internal: use i64 for workspaces in outofbounds
This commit is contained in:
parent
2f87e4c2f3
commit
cc4ccfdbfd
2 changed files with 4 additions and 4 deletions
|
|
@ -169,7 +169,7 @@ class CCompositor {
|
|||
void moveWorkspaceToMonitor(CWorkspace*, CMonitor*);
|
||||
void swapActiveWorkspaces(CMonitor*, CMonitor*);
|
||||
CMonitor* getMonitorFromString(const std::string&);
|
||||
bool workspaceIDOutOfBounds(const int&);
|
||||
bool workspaceIDOutOfBounds(const int64_t&);
|
||||
void setWindowFullscreen(CWindow*, bool, eFullscreenMode);
|
||||
void updateFullscreenFadeOnWorkspace(CWorkspace*);
|
||||
CWindow* getX11Parent(CWindow*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue