streamlining OSX event support third step, using platform specific native run methods for event loops
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,12 @@ namespace wxPrivate
|
||||
class PipeIOHandler;
|
||||
}
|
||||
|
||||
class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual
|
||||
class WXDLLIMPEXP_BASE wxConsoleEventLoop
|
||||
#ifdef __WXOSX__
|
||||
: public wxEventLoopBase
|
||||
#else
|
||||
: public wxEventLoopManual
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
// initialize the event loop, use IsOk() to check if we were successful
|
||||
|
Reference in New Issue
Block a user