Removed duplicated code.
wxTranslateXXXEvent must not alter the XEvent. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,9 +86,9 @@ extern XmString wxFindAcceleratorText (const char *s);
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
extern bool wxTranslateMouseEvent(wxMouseEvent& wxevent, wxWindow *win,
|
||||
Widget widget, XEvent *xevent);
|
||||
Widget widget, const XEvent *xevent);
|
||||
extern bool wxTranslateKeyEvent(wxKeyEvent& wxevent, wxWindow *win,
|
||||
Widget widget, XEvent *xevent);
|
||||
Widget widget, const XEvent *xevent);
|
||||
|
||||
extern void wxDoChangeForegroundColour(WXWidget widget,
|
||||
wxColour& foregroundColour);
|
||||
|
Reference in New Issue
Block a user