mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Added ConvertToDeviceCoordinates method to nsWindow.h
This commit is contained in:
parent
e4acf0f90b
commit
eed4cc2824
@ -53,11 +53,11 @@ public:
|
||||
virtual ~nsWindow();
|
||||
|
||||
// nsISupports
|
||||
//NS_IMETHOD_(nsrefcnt) AddRef();
|
||||
//NS_IMETHOD_(nsrefcnt) Release();
|
||||
//NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
void ConvertToDeviceCoordinates(nscoord &aX, nscoord &aY) {};
|
||||
|
||||
|
||||
|
||||
virtual void PreCreateWidget(nsWidgetInitData *aWidgetInitData) {}
|
||||
// nsIWidget interface
|
||||
|
Loading…
Reference in New Issue
Block a user