mirror of
https://github.com/Trensa-Organization/split-monitor-workspaces.git
synced 2025-03-15 19:23:39 +01:00
BREAKING: add callback info
This commit is contained in:
parent
9b40de35ae
commit
7f1a6c3d6c
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <hyprland/src/managers/KeybindManager.hpp>
|
#include <hyprland/src/managers/KeybindManager.hpp>
|
||||||
|
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
|
#include "hyprland/src/SharedDefs.hpp"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
@ -148,7 +149,7 @@ void mapWorkspacesToMonitors()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void refreshMapping(void*, std::any value)
|
void refreshMapping(void*, SCallbackInfo&, std::any)
|
||||||
{
|
{
|
||||||
mapWorkspacesToMonitors();
|
mapWorkspacesToMonitors();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue