openbsd-ports/x11/olvwm/patches/patch-17
matthieu 2abc28d1f2 Integrate patchlevel 2 by Scott Oaks (scott.oaks@sun.com)
Version 4.2 fixes:
    1)  Fixed problems with windows that have a compound text title

    2)  Fixed problems with the cursor font name

    3)  error.c will now compile under Solaris 2.6

    4)  Fixed misc. compilation warnings.  Some survive in error.c and states.c

    5)  Fixed warp function when two screens have the same program:  warp will
        now look first on the screen containing the mouse pointer

    6)  Fixed hot key functions when num lock/shift lock might be pressed

    7)  Fixed problem with AutoRootMenu startup

    8)  Fixed problem with VirtualIconic resource
1999-07-17 10:53:21 +00:00

28 lines
739 B
Plaintext

--- moveresize.c.orig Thu Jan 13 22:36:09 1994
+++ ./moveresize.c Sat Jul 17 10:04:15 1999
@@ -5,7 +5,7 @@
*/
#ifdef IDENT
-#ident "@(#)moveresize.c 1.6 olvwm version 07 Jan 1994"
+#ident "@(#)moveresize.c 1.8 olvwm version 01/13/98"
#endif
/*
@@ -1067,6 +1067,7 @@
XUngrabPointer(mstuff->dpy, CurrentTime);
XUngrabKeyboard(mstuff->dpy, CurrentTime);
+ XFlush(mstuff->dpy);
/*
* If we moved the outline (not the whole window) cause the window to be
* raised at the same time it is moved. Raise just the frame the user
@@ -1087,6 +1088,7 @@
destroyStatusWindow(mstuff->statuswindow);
mstuff->statuswindow = NULL;
+ GRV.AutoRaise = mstuff->AutoRaise;
UninstallInterposer();
}