示例#1
0
文件: lib.cs 项目: RoseLeBlood/libral
 extern public static IntPtr XCreateWindow(IntPtr x11display, IntPtr x11window, TInt x, TInt y, TUint width, TUint height, TUint outsideBorderWidth,
                                           TInt depth, TUint cls, IntPtr x11visual, WindowAttributeMask valueMask, ref XSetWindowAttributes attributes);
示例#2
0
文件: lib.cs 项目: RoseLeBlood/libral
 public static extern int XChangeWindowAttributes(IntPtr x11display, IntPtr x11window, WindowAttributeMask valuemask, ref XWindowAttributes xwa);