36c6808ede
creating password files. Add patch that handles a dual headed box better.
12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
--- x.c.orig Wed Mar 14 02:27:15 2001
|
|
+++ x.c Wed Apr 4 13:09:46 2001
|
|
@@ -341,7 +341,7 @@
|
|
XGrabPointer(dpy, topLevel, True,
|
|
PointerMotionMask | ButtonPressMask | ButtonReleaseMask,
|
|
GrabModeAsync, GrabModeAsync,
|
|
- None, grabCursor, CurrentTime);
|
|
+ DefaultRootWindow(dpy), grabCursor, CurrentTime);
|
|
XGrabKeyboard(dpy, topLevel, True,
|
|
GrabModeAsync, GrabModeAsync,
|
|
CurrentTime);
|