]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/private.h
Upport scrolling changes and mouse wheel changes.
[wxWidgets.git] / include / wx / motif / private.h
index 8bee9f9bf743bcb3341f98880f1985e5f9d9843a..09f072e52092b794cb01d008edf47076c8d710b7 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "wx/defs.h"
 #include "X11/Xlib.h"
+#include "wx/evtloop.h"
 
 class WXDLLEXPORT wxFont;
 class WXDLLEXPORT wxWindow;
@@ -185,11 +186,9 @@ wxSize wxDoGetSingleTextCtrlBestSize( Widget textWidget,
 // event-related functions
 // ----------------------------------------------------------------------------
 
-class wxEventLoop;
-
 // executes one main loop iteration (implemented in src/motif/evtloop.cpp)
 // returns true if the loop should be exited
-bool wxDoEventLoopIteration( wxEventLoop& evtLoop );
+bool wxDoEventLoopIteration( wxGUIEventLoop& evtLoop );
 
 // Consume all events until no more left
 void wxFlushEvents(WXDisplay* display);