зеркало из https://github.com/mozilla/pjs.git
oops...backed out previous changes and removed GetWindowPtr() because it's not used anywhere and it was a bad idea anyway: an object should either inherit from nsWindow and can access mWindowPtr, or should call GetNativeData().
This commit is contained in:
Родитель
4cf9e506f3
Коммит
f6405a8b71
|
@ -87,8 +87,6 @@ public:
|
|||
|
||||
PRBool PointInWidget(Point aThePoint);
|
||||
|
||||
WindowPtr GetWindowPtr() {return mWindowPtr;}
|
||||
|
||||
protected:
|
||||
PRBool mWindowMadeHere; // true if we created the window
|
||||
auto_ptr<nsMacEventHandler> mMacEventHandler;
|
||||
|
|
Загрузка…
Ссылка в новой задаче