]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move the xerror handling into the libobt
[chaz/openbox] / openbox / openbox.c
index aa30e9af1ea81caeedc5371410caf5f5ea10d902..f00cd2bd093fcab1899ca4f09a3c60a707f8954c 100644 (file)
@@ -25,7 +25,6 @@
 #include "event.h"
 #include "menu.h"
 #include "client.h"
-#include "xerror.h"
 #include "prop.h"
 #include "screen.h"
 #include "actions.h"
@@ -185,9 +184,6 @@ gint main(gint argc, gchar **argv)
     if (!XSetLocaleModifiers(""))
         g_message(_("Cannot set locale modifiers for the X server."));
 
-    /* set our error handler */
-    XSetErrorHandler(xerror_handler);
-
     /* set the DISPLAY environment variable for any lauched children, to the
        display we're using, so they open in the right place. */
     putenv(g_strdup_printf("DISPLAY=%s", DisplayString(ob_display)));
This page took 0.020411 seconds and 4 git commands to generate.