]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/privx.h
use the native wxImageList under Win32 as otherwise xUniv doesn't link currently
[wxWidgets.git] / include / wx / x11 / privx.h
index 36f597fd9dc1227e4653543259a595fa6df8ebc3..a55f980277147d819451f624eb0a5a69d8932f31 100644 (file)
@@ -69,5 +69,10 @@ void wxXColorToHSV(wxHSV *hsv,XColor *xcolor);
 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
+
 #endif
 // _WX_PRIVX_H_