BREAKING: add callback info

This commit is contained in:
Stanisław Zagórowski 2023-10-24 21:06:35 +02:00
parent 9b40de35ae
commit 7f1a6c3d6c

View file

@ -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();
} }