4 * Replacements for some comomon Xlib functions
11 #include "wx/x11/nanox/X11/Xlib.h"
13 Colormap
DefaultColormapOfScreen(Screen
/* screen */)
15 static Colormap s_globalColormap
;
16 static bool s_init
= FALSE
;
20 GrGetSystemPalette(& s_globalColormap
);
24 return s_globalColormap
;