From 4809247ca182a5165f3d4c84742a2a64d42e7b7f Mon Sep 17 00:00:00 2001 From: Tavis Ormandy Date: Tue, 17 Feb 2004 17:29:34 +0000 Subject: reversed patch --- x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff b/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff index 2154ec31d530..007873616f3f 100644 --- a/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff +++ b/x11-wm/fvwm/files/fvwm-2.5.8-flickeringmoveworkaround.diff @@ -1,11 +1,11 @@ ---- 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 +--- fvwm-2.5.8/fvwm/move_resize.c 2003-09-15 09:31:22.000000000 +0100 ++++ fvwm/fvwm/move_resize.c 2004-02-17 13:15:30.000000000 +0000 @@ -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)) +- if (fw && !IS_SHADED(fw)) ++ if (fw && !IS_SHADED(fw) && !Scr.bo.DisableConfigureNotify) { /* send configure notify event for windows that care * about their location */ @@ -13,8 +13,8 @@ xl += x_virtual_offset; yt += y_virtual_offset; if (do_move_opaque && !IS_ICONIFIED(fw) && -- !IS_SHADED(fw) && !Scr.bo.DisableConfigureNotify) -+ !IS_SHADED(fw)) +- !IS_SHADED(fw)) ++ !IS_SHADED(fw) && !Scr.bo.DisableConfigureNotify) { /* send configure notify event for windows that care * about their location; don't send anything if -- cgit v1.2.3-65-gdbad