aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 80dca0d..56e591e 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -1029,7 +1029,7 @@ void Slit::configureRequestEvent(XConfigureRequestEvent &event) {
1029 if ((*it)->window() == event.window) { 1029 if ((*it)->window() == event.window) {
1030 if ((*it)->width() != ((unsigned) event.width) || 1030 if ((*it)->width() != ((unsigned) event.width) ||
1031 (*it)->height() != ((unsigned) event.height)) { 1031 (*it)->height() != ((unsigned) event.height)) {
1032 (*it)->resize(event.width, event.height);; 1032 (*it)->resize(event.width, event.height);
1033 1033
1034 reconf = true; //requires reconfiguration 1034 reconf = true; //requires reconfiguration
1035 1035