]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
new timer infrastructure. takes a function pointer for the timeout, with a void*...
[chaz/openbox] / src / openbox.cc
index 1af59c25fbce1ea575adb84a06050a55a5a32f22..4aac9ba51d9995beab78b1c2ef6660909701cf33 100644 (file)
@@ -71,7 +71,8 @@ void Openbox::signalHandler(int signal)
   case SIGTERM:
   case SIGPIPE:
     printf("Caught signal %d. Exiting.", signal);
-    // XXX: Make Openbox exit
+    instance->shutdown();
+
     break;
   case SIGFPE:
   case SIGSEGV:
This page took 0.023878 seconds and 4 git commands to generate.