]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/utils.cpp
implement support for button bitmaps (normal state only for now) for wxGTK
[wxWidgets.git] / src / x11 / utils.cpp
index 92c6b4c4e3e6f6c4975d6058cd407ea6deb65d41..0aa849ea29cc8f8e11ff0326d8149614577a9e74 100644 (file)
@@ -370,7 +370,6 @@ void wxAllocColor(Display *d,Colormap cmp,XColor *xc)
     }
 }
 
-#ifdef __WXDEBUG__
 wxString wxGetXEventName(XEvent& event)
 {
 #if wxUSE_NANOX
@@ -395,7 +394,6 @@ wxString wxGetXEventName(XEvent& event)
         return wxString::FromAscii(event_name[type]);
 #endif
 }
-#endif
 
 bool wxWindowIsVisible(Window win)
 {