diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-02-17 17:26:51 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-02-17 17:26:51 +0000 |
commit | c52032098aa0ff4d11e5ca992caa1db4ea989645 (patch) | |
tree | 7f237f273c9c00040a2f887f7d57c95bead4d14c /x11-wm/fvwm/files | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-c52032098aa0ff4d11e5ca992caa1db4ea989645.tar.gz gentoo-2-c52032098aa0ff4d11e5ca992caa1db4ea989645.tar.bz2 gentoo-2-c52032098aa0ff4d11e5ca992caa1db4ea989645.zip |
patch from cvs stops option being ignored.
Diffstat (limited to 'x11-wm/fvwm/files')
-rw-r--r-- | x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff b/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff new file mode 100644 index 000000000000..2154ec31d530 --- /dev/null +++ b/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff @@ -0,0 +1,20 @@ +--- fvwm/fvwm/move_resize.c 2004-02-17 13:15:30.000000000 +0000 ++++ fvwm-2.5.8/fvwm/move_resize.c 2003-09-15 09:31:22.000000000 +0100 +@@ -1159,7 +1159,7 @@ + dpy, None, Scr.Root, 0, 0, 0, 0, pointerX, + pointerY); + } +- if (fw && !IS_SHADED(fw) && !Scr.bo.DisableConfigureNotify) ++ if (fw && !IS_SHADED(fw)) + { + /* send configure notify event for windows that care + * about their location */ +@@ -2340,7 +2340,7 @@ + xl += x_virtual_offset; + yt += y_virtual_offset; + if (do_move_opaque && !IS_ICONIFIED(fw) && +- !IS_SHADED(fw) && !Scr.bo.DisableConfigureNotify) ++ !IS_SHADED(fw)) + { + /* send configure notify event for windows that care + * about their location; don't send anything if |