Index: wincreatewnd.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/wincreatewnd.c,v
retrieving revision 1.1.4.1.2.2
diff -u -b -r1.1.4.1.2.2 wincreatewnd.c
--- wincreatewnd.c	5 Dec 2003 03:37:26 -0000	1.1.4.1.2.2
+++ wincreatewnd.c	23 Dec 2003 01:49:18 -0000
@@ -410,12 +410,15 @@
     }
   
   /* Attempt to bring our window to the top of the display */
+  if (!pScreenInfo->fMultiWindow && !pScreenInfo->fRootless)
+    {
   if (!BringWindowToTop (*phwnd))
     {
       ErrorF ("winCreateBoundingWindowWindowed - BringWindowToTop () "
 	      "failed\n");
       return FALSE;
     }
+    }
 
   /* Paint window background blue */
   if (pScreenInfo->dwEngine == WIN_SERVER_NATIVE_GDI)
