aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-19 12:50:01 (GMT)
committerfluxgen <fluxgen>2006-02-19 12:50:01 (GMT)
commit6d42d1cf5ed7d4ae6b3941727bf17cb6b48defd4 (patch)
tree44e9885bbea7777ca2729ce51964b9fed3f0763d /src/Window.hh
parent98209ba704e047c8f8f7df08fbb5849e3294cc68 (diff)
downloadfluxbox-6d42d1cf5ed7d4ae6b3941727bf17cb6b48defd4.zip
fluxbox-6d42d1cf5ed7d4ae6b3941727bf17cb6b48defd4.tar.bz2
Added center resize. Resizes all corners at the same time.
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 {