all repos — openbox @ 75f84f9557b36f6d57a30d5c57aa1cfa2cd5dd6f

openbox fork - make it a bit more like ryudo

add comment for later
Dana Jansens danakj@orodu.net
commit

75f84f9557b36f6d57a30d5c57aa1cfa2cd5dd6f

parent

7bf96a9123a9f6b29a4c6168f7391db72f374f8a

1 files changed, 1 insertions(+), 9 deletions(-)

jump to
M src/basedisplay.ccsrc/basedisplay.cc

@@ -47,14 +47,6 @@ #ifdef HAVE_SIGNAL_H

# include <signal.h> #endif // HAVE_SIGNAL_H -#ifndef SA_NODEFER -# ifdef SA_INTERRUPT -# define SA_NODEFER SA_INTERRUPT -# else // !SA_INTERRUPT -# define SA_NODEFER (0) -# endif // SA_INTERRUPT -#endif // SA_NODEFER - #ifdef HAVE_SYS_WAIT_H # include <sys/types.h> # include <sys/wait.h>

@@ -80,7 +72,7 @@ static int handleXErrors(Display *d, XErrorEvent *e) {

#ifdef DEBUG char errtxt[128]; - XGetErrorText(d, e->error_code, errtxt, 128); + XGetErrorText(d, e->error_code, errtxt, 128); // XXX: use this!! fprintf(stderr, "%s: X error: %s(%d) opcodes %d/%d\n resource 0x%lx\n", base_display->getApplicationName(), errtxt, e->error_code, e->request_code, e->minor_code, e->resourceid);