Beispiel #1
0
 internal static extern int XLookupColor(IntPtr display, IntPtr Colormap, string Coloranem, ref XColor exact_def_color, ref XColor screen_def_color);
Beispiel #2
0
 internal static extern int XAllocColor(IntPtr display, IntPtr Colormap, ref XColor colorcell_def);
Beispiel #3
0
 internal static extern IntPtr XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref XColor foreground_color, ref XColor background_color, int x_hot, int y_hot);