]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/evtloop.h
Changed wxHTML default font size for printing to be 12pt regardless
[wxWidgets.git] / include / wx / palmos / evtloop.h
index 19b08f34044c3696304a4a0f9e2f59034d41d56a..6cd10d6245b5aee11ae5ced1f978e51c8a40118b 100644 (file)
 // wxEventLoop
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
+class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase
 {
 public:
-    wxEventLoop();
+    wxGUIEventLoop();
 
     // implement base class pure virtuals
     virtual int Run();
@@ -37,6 +37,7 @@ public:
 
     // process a single message
     virtual void ProcessMessage(WXMSG *msg);
+    virtual void WakeUp();
 
 protected:
     // should we exit the loop?