Blame SOURCES/openmotif-2.3.1-rhbz_997241.patch

59a63e
--- openmotif-2.3.1-old/clients/mwm/WmWinConf.c	2002-01-11 02:25:38.000000000 +0530
59a63e
+++ openmotif-2.3.1-old/clients/mwm/WmWinConf.c	2013-08-23 12:47:45.000000000 +0530
59a63e
@@ -1512,7 +1512,7 @@ DrawSegments (Display *dpy, Window win, 
59a63e
  *************************************<->***********************************/
59a63e
 void MoveOutline (int x, int y, unsigned int width, unsigned int height)
59a63e
 {
59a63e
-    if (wmGD.freezeOnConfig)
59a63e
+    if (wmGD.freezeOnConfig || !wmGD.pActiveSD->moveOpaque)
59a63e
     {
59a63e
 	DrawOutline (x, y, width, height);
59a63e
     }