aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 87a78af..7c59371 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -137,7 +137,8 @@ public:
137 LEFTTOP, 137 LEFTTOP,
138 LEFTBOTTOM, 138 LEFTBOTTOM,
139 RIGHTBOTTOM, 139 RIGHTBOTTOM,
140 RIGHTTOP 140 RIGHTTOP,
141 ALLCORNERS
141 }; 142 };
142 143
143 typedef struct _blackbox_hints { 144 typedef struct _blackbox_hints {