예제 #1
0
파일: Functions.cs 프로젝트: r-bel/glorg2
 internal static extern void XGetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints, out IntPtr supplied_return);
예제 #2
0
파일: Functions.cs 프로젝트: r-bel/glorg2
 internal static extern void XSetZoomHints(IntPtr display, IntPtr window, ref XSizeHints hints);
예제 #3
0
 internal extern static void XSetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints);