Re: ratpoison and scim
Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
Shawn Betts wrote:
> Here's one:
>
> #include <X11/Xlib.h>
> void main () {Display *dpy = XOpenDisplay(NULL); Window w; int r; XGetInputFocus(dpy,&w,&r); printf ("%ld %d\n", w, r); XCloseDisplay(dpy);}
>
> don't forget -lX11 when you build it :).
>
Looks like the focus is the same when it is and isn't working - at least
for rxvt.
There goes a perfectly good theory :-(
--
Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>