mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
privatize and devirtualize a few nsWindow methods b=500081 r=roc
--HG-- extra : transplant_source : s%1C%A2Usl%EE%01%BAB%FB%B7%96%A4Q%FD%96%88%A3G
This commit is contained in:
parent
5011a85d42
commit
f3a9b9e189
@ -259,17 +259,18 @@ public:
|
||||
void OnDragLeave(void);
|
||||
void OnDragEnter(nscoord aX, nscoord aY);
|
||||
|
||||
virtual void NativeResize(PRInt32 aWidth,
|
||||
private:
|
||||
void NativeResize(PRInt32 aWidth,
|
||||
PRInt32 aHeight,
|
||||
bool aRepaint);
|
||||
|
||||
virtual void NativeResize(PRInt32 aX,
|
||||
void NativeResize(PRInt32 aX,
|
||||
PRInt32 aY,
|
||||
PRInt32 aWidth,
|
||||
PRInt32 aHeight,
|
||||
bool aRepaint);
|
||||
|
||||
virtual void NativeShow (bool aAction);
|
||||
void NativeShow (bool aAction);
|
||||
void SetHasMappedToplevel(bool aState);
|
||||
nsIntSize GetSafeWindowSize(nsIntSize aSize);
|
||||
|
||||
@ -277,6 +278,7 @@ public:
|
||||
void GrabPointer (void);
|
||||
void ReleaseGrabs (void);
|
||||
|
||||
public:
|
||||
enum PluginType {
|
||||
PluginType_NONE = 0, /* do not have any plugin */
|
||||
PluginType_XEMBED, /* the plugin support xembed */
|
||||
|
Loading…
Reference in New Issue
Block a user