Removed wxBuffer from several ports; added function to get XEvent name;
started on commandline parsing for wxX11 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user