X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepist.cc;h=63a3192037724e727176b9921d323f976387eb6c;hb=5fed16de70c0fbe40c9e62667f80f612d027c717;hp=7bb16d93d34017a763ab2cb10466f2b95a350a53;hpb=0aae72418670c23f3fac604aca62cc8a461704f6;p=chaz%2Fopenbox diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 7bb16d93..63a31920 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -30,6 +30,10 @@ extern "C" { # include #endif // HAVE_UNISTD_H +#ifdef HAVE_STDIO_H +# include +#endif // HAVE_STDIO_H + #ifdef HAVE_STDLIB_H # include #endif // HAVE_STDLIB_H @@ -173,6 +177,7 @@ int main(int argc, char **argv) { } } + XSelectInput(_display, _root, None); delete _xatom; XCloseDisplay(_display); return 0;