]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
*fix* change the default location of tintwizard.py to ${CMAKE_INSTALL_PREFIX}/bin...
[chaz/tint2] / src / tint.c
index cbd7dca1ba847741de85c6ccc934a51508a85399..fbe62ace07d5a19be7cd9f9666c81b469ab1a613 100644 (file)
@@ -31,7 +31,7 @@
 #include <Imlib2.h>
 #include <signal.h>
 
-#include "version.h"
+#include <version.h>
 #include "server.h"
 #include "window.h"
 #include "config.h"
@@ -95,7 +95,7 @@ void init (int argc, char *argv[])
        sigaction(SIGINT, &sa, 0);
        sigaction(SIGTERM, &sa, 0);
        sigaction(SIGHUP, &sa, 0);
-       signal(SIGCHLD, SIG_IGN);               // don't have to wait() after fork()
+//     signal(SIGCHLD, SIG_IGN);               // don't have to wait() after fork()
 
        // BSD is too stupid to support pselect(), therefore we have to use select and hope that we do not
        // end up in a race condition there
This page took 0.025119 seconds and 4 git commands to generate.