all repos — openbox @ cf3d512a998151bd585906c7478b576d5d3877ff

openbox fork - make it a bit more like ryudo

add header for perror()
Dana Jansens danakj@orodu.net
commit

cf3d512a998151bd585906c7478b576d5d3877ff

parent

31732c1574c0a78f2ae697a4f87534b712d043b2

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M util/epist/epist.ccutil/epist/epist.cc

@@ -30,6 +30,10 @@ # include <sys/types.h>

# include <unistd.h> #endif // HAVE_UNISTD_H +#ifdef HAVE_STDIO_H +# include <stdio.h> +#endif // HAVE_STDIO_H + #ifdef HAVE_STDLIB_H # include <stdlib.h> #endif // HAVE_STDLIB_H

@@ -173,6 +177,7 @@ usleep(300);

} } + XSelectInput(_display, _root, None); delete _xatom; XCloseDisplay(_display); return 0;