mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
added mEventQueue, a PL_EventQueue
This commit is contained in:
parent
56faada4a7
commit
a18c31a939
@ -39,6 +39,7 @@
|
||||
|
||||
class nsToolkit;
|
||||
class nsMacMessageSink;
|
||||
struct PLEventQueue;
|
||||
|
||||
//================================================
|
||||
|
||||
@ -52,6 +53,7 @@ private:
|
||||
PRBool mInBackground;
|
||||
nsToolkit* mToolkit;
|
||||
nsMacMessageSink* mMessageSink;
|
||||
PLEventQueue* mEventQueue;
|
||||
|
||||
// CLASS METHODS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user