]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
acquire and provide Xinerama information for the window manager. now we just gotta...
[chaz/openbox] / src / blackbox.cc
index 4c7259ed03e13187c41c5bc780d14d61f7da5eac..8dc7db838ff04656c43e2f3060176a055ec47347 100644 (file)
@@ -971,11 +971,11 @@ void Blackbox::process_event(XEvent *e) {
 bool Blackbox::handleSignal(int sig) {
   switch (sig) {
   case SIGHUP:
-    restart();
+    reconfigure();
     break;
 
   case SIGUSR1:
-    reconfigure();
+    restart();
     break;
 
   case SIGUSR2:
This page took 0.019941 seconds and 4 git commands to generate.