aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/scene_descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/scene_descriptor.h')
-rw-r--r--include/sway/scene_descriptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/scene_descriptor.h b/include/sway/scene_descriptor.h
index 970adaa5..43991f77 100644
--- a/include/sway/scene_descriptor.h
+++ b/include/sway/scene_descriptor.h
@@ -16,6 +16,7 @@ enum sway_scene_descriptor_type {
16 SWAY_SCENE_DESC_CONTAINER, 16 SWAY_SCENE_DESC_CONTAINER,
17 SWAY_SCENE_DESC_VIEW, 17 SWAY_SCENE_DESC_VIEW,
18 SWAY_SCENE_DESC_LAYER_SHELL, 18 SWAY_SCENE_DESC_LAYER_SHELL,
19 SWAY_SCENE_DESC_POPUP,
19 SWAY_SCENE_DESC_DRAG_ICON, 20 SWAY_SCENE_DESC_DRAG_ICON,
20}; 21};
21 22