]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/privx.h
Fixed OS/2 compilation problems.
[wxWidgets.git] / include / wx / x11 / privx.h
index a55f980277147d819451f624eb0a5a69d8932f31..5314cda202b86b7095a73a9634c54e5d8331bc09 100644 (file)
@@ -38,18 +38,6 @@ extern int wxComputeColours (Display *display, wxColour * back, wxColour * fore)
 // For convenience
 inline Display* wxGlobalDisplay() { return (Display*) wxGetDisplay(); }
 
-#define wxNO_COLORS   0x00
-#define wxBACK_COLORS 0x01
-#define wxFORE_COLORS 0x02
-
-extern XColor itemColors[5] ;
-
-#define wxBACK_INDEX 0
-#define wxFORE_INDEX 1
-#define wxSELE_INDEX 2
-#define wxTOPS_INDEX 3
-#define wxBOTS_INDEX 4
-
 #define wxMAX_RGB           0xff
 #define wxMAX_SV            1000
 #define wxSIGN(x)           ((x < 0) ? -x : x)
@@ -74,5 +62,8 @@ void wxAllocColor(Display *display,Colormap colormap,XColor *xcolor);
 wxString wxGetXEventName(XEvent& event);
 #endif
 
+// Is the window visible?
+bool wxWindowIsVisible(Window win);
+
 #endif
 // _WX_PRIVX_H_