diff options
Diffstat (limited to 'src/events/Events.hpp')
-rw-r--r-- | src/events/Events.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/events/Events.hpp b/src/events/Events.hpp index e3088110..5036bd75 100644 --- a/src/events/Events.hpp +++ b/src/events/Events.hpp @@ -31,7 +31,7 @@ namespace Events { DYNLISTENFUNC(commitSubsurface); // Popups - DYNLISTENFUNC(newPopup); // LayerSurface + DYNLISTENFUNC(newPopup); // LayerSurface DYNLISTENFUNC(newPopupXDG); DYNLISTENFUNC(mapPopupXDG); @@ -60,7 +60,7 @@ namespace Events { DYNLISTENFUNC(requestMaximize); // Window subsurfaces - // LISTENER(newSubsurfaceWindow); + // LISTENER(newSubsurfaceWindow); // Input events LISTENER(mouseMove); |