mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Multi-monitor fixes
This commit is contained in:
parent
7f0a81b5b3
commit
26604017f8
8 changed files with 133 additions and 32 deletions
|
@ -88,6 +88,7 @@ public:
|
|||
virtual void SetCursor(int cursor);
|
||||
virtual void GetDesktopResolution(int& width, int& height) = 0;
|
||||
virtual void GetWorkspaceRect(int& x, int& y, int& width, int& height) = 0;
|
||||
virtual void GetWorkspaceRectFrom(int fromX, int fromY, int fromWidth, int fromHeight, int& outX, int& outY, int& outWidth, int& outHeight) { GetWorkspaceRect(outX, outY, outWidth, outHeight); }
|
||||
|
||||
virtual BFWindow* CreateNewWindow(BFWindow* parent, const StringImpl& title, int x, int y, int width, int height, int windowFlags) = 0;
|
||||
virtual void RemoveWindow(BFWindow* window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue