some events

This commit is contained in:
vaxerski
2022-03-17 18:25:16 +01:00
parent a4ef84d987
commit 6e1819b3dc
5 changed files with 138 additions and 18 deletions

View File

@@ -6,6 +6,10 @@ namespace Events {
LISTENER(change);
LISTENER(newOutput);
LISTENER(newLayerSurface);
LISTENER(destroyLayerSurface);
LISTENER(mapLayerSurface);
LISTENER(unmapLayerSurface);
LISTENER(commitLayerSurface);
LISTENER(newXDGSurface);
LISTENER(mouseMove);