aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-14 05:53:38 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-14 05:53:38 (GMT)
commit31b47e78147ca20803b123f392bfd2002b70e052 (patch)
treef7beb9baa9daf86d66358fd834cafae14de7c782 /src/Slit.cc
parente169d33552c8e7070aa6e13da0187f2013b4cfc3 (diff)
downloadfluxbox-31b47e78147ca20803b123f392bfd2002b70e052.zip
fluxbox-31b47e78147ca20803b123f392bfd2002b70e052.tar.bz2
cleanup of some files
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