Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!ncrlnk!ncr-mpd!ncr-fc!stevebe From: stevebe@ncr-fc.ncr.com (Steve.Beaty) Newsgroups: comp.windows.x Subject: a few more vtwm patches... Message-ID: <517@ncr-mpd.FtCollins> Date: 28 Aug 90 15:33:39 GMT Sender: uucp@ncr-mpd.FtCollins Reply-To: stevebe@ncr-fc.ncr.com (Steve.Beaty) Organization: none, you should see my desk... Lines: 49 here's a couple more small bug fixes for vtwm: the first one fixes moving windows so that the proper one is obscured, the second fixes an f.lower problem. hope this helps someone out. ------- menus.c ------- *** /tmp/da8172 Tue Aug 28 09:27:34 1990 --- menus.c Tue Aug 28 09:26:13 1990 *************** *** 1555,1560 **** --- 1555,1563 ---- if (!moving_icon) AddToDesktop(tmp_win); + + if (!Scr->NoRaiseMove) + XRaiseWindow(dpy, tmp_win->VirtualDesktopDisplayWindow); break; *************** *** 1633,1640 **** if (w == tmp_win->icon_w) XLowerWindow(dpy, tmp_win->icon_w); ! else XLowerWindow(dpy, tmp_win->frame); break; --- 1636,1646 ---- if (w == tmp_win->icon_w) XLowerWindow(dpy, tmp_win->icon_w); ! else { XLowerWindow(dpy, tmp_win->frame); + XLowerWindow(dpy, tmp_win->VirtualDesktopDisplayWindow); + XLowerWindow(dpy, Scr->VirtualDesktopDScreen); + } break; Steve Beaty Steve.Beaty@ftcollins.ncr.com Advanced CAD beaty@longs.lance.colostate.edu NCR Microelectronics (303) 223-5100 x 622 "What You See Is What You Get, but it sure ain't what we need." - Talking Heads