mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Multi-monitor fixes
This commit is contained in:
parent
7f0a81b5b3
commit
26604017f8
8 changed files with 133 additions and 32 deletions
|
@ -105,8 +105,9 @@ public:
|
|||
virtual void Init() override;
|
||||
virtual void Run() override;
|
||||
|
||||
virtual void GetDesktopResolution(int& width, int& height);
|
||||
virtual void GetWorkspaceRect(int& x, int& y, int& width, int& height);
|
||||
virtual void GetDesktopResolution(int& width, int& height) override;
|
||||
virtual void GetWorkspaceRect(int& x, int& y, int& width, int& height) override;
|
||||
virtual void GetWorkspaceRectFrom(int fromX, int fromY, int fromWidth, int fromHeight, int& outX, int& outY, int& outWidth, int& outHeight) override;
|
||||
virtual BFWindow* CreateNewWindow(BFWindow* parent, const StringImpl& title, int x, int y, int width, int height, int windowFlags) override;
|
||||
virtual DrawLayer* CreateDrawLayer(BFWindow* window);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue