]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/privx.h
Fix signatures of various image handlers methods.
[wxWidgets.git] / include / wx / x11 / privx.h
index bf8386d641ae30c9c2468ab77997152c1f6ae2f5..36f5ac2ce74a416091b2cd5c87dd01368d51341b 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);