diff options
author | vaxerski <[email protected]> | 2022-03-17 20:22:29 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-03-17 20:22:29 +0100 |
commit | bc937e3e711e53774e2c9fa26d13125427f6378b (patch) | |
tree | bf2c3bf70de21158d5d965ad186699a753290f8a /src/events/Events.hpp | |
parent | ab7d727532cb409c980bb849507984d634611235 (diff) | |
download | Hyprland-bc937e3e711e53774e2c9fa26d13125427f6378b.tar.gz Hyprland-bc937e3e711e53774e2c9fa26d13125427f6378b.zip |
Renderer
Diffstat (limited to 'src/events/Events.hpp')
-rw-r--r-- | src/events/Events.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/events/Events.hpp b/src/events/Events.hpp index 2049db09..b4a7d052 100644 --- a/src/events/Events.hpp +++ b/src/events/Events.hpp @@ -5,13 +5,22 @@ namespace Events { LISTENER(activate); LISTENER(change); LISTENER(newOutput); + LISTENER(newLayerSurface); LISTENER(destroyLayerSurface); LISTENER(mapLayerSurface); LISTENER(unmapLayerSurface); LISTENER(commitLayerSurface); + LISTENER(newXDGSurface); + LISTENER(commitWindow); + LISTENER(mapWindow); + LISTENER(unmapWindow); + LISTENER(destroyWindow); + LISTENER(setTitleWindow); + LISTENER(fullscreenWindow); + LISTENER(mouseMove); LISTENER(mouseMoveAbsolute); LISTENER(mouseButton); |