]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/privx.h
Extract conversion from wx to GtkMessageType in a separate file.
[wxWidgets.git] / include / wx / x11 / privx.h
index bf8386d641ae30c9c2468ab77997152c1f6ae2f5..4767a9431d39ed2644ecad63f522b77c0f788b4b 100644 (file)
@@ -67,9 +67,7 @@ void wxAllocNearestColor(Display *display,Colormap colormap,XColor *xcolor);
 void wxAllocColor(Display *display,Colormap colormap,XColor *xcolor);
 
 // For debugging
-#ifdef __WXDEBUG__
 wxString wxGetXEventName(XEvent& event);
-#endif
 
 // Is the window visible?
 bool wxWindowIsVisible(Window win);
@@ -169,7 +167,7 @@ public:
     int                   m_visualRedPrec;
     int                   m_visualGreenPrec;
     int                   m_visualBluePrec;
-    
+
     unsigned char        *m_colorCube;
 };