added mEventQueue, a PL_EventQueue

This commit is contained in:
beard%netscape.com 1999-04-12 03:21:25 +00:00
parent 56faada4a7
commit a18c31a939

View File

@ -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