示例#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);