[DllImport("libX11")] public static extern IntPtr XCreateWindow(IntPtr display, IntPtr parent, int x, int y, int width, int height, int border_width, int depth, int xclass, IntPtr visual, IntPtr valuemask, ref XSetWindowAttributes attributes);
Exemple #2
0
 public static extern IntPtr XCreateWindow(IntPtr display, IntPtr parent, int x, int y, int width, int height,
                                           int borderWidth, int depth, int xclass, IntPtr visual, IntPtr valuemask,
                                           ref XSetWindowAttributes attributes);