X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61aa560b2d217d4ae0a6d5c35c22317a3f65fe5d..98c919483746ad0836f8f70a7d12f8e2d1e7d52b:/include/wx/x11/privx.h diff --git a/include/wx/x11/privx.h b/include/wx/x11/privx.h index 36f597fd9d..a55f980277 100644 --- a/include/wx/x11/privx.h +++ b/include/wx/x11/privx.h @@ -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_