Commit in reactos/lib/user32/windows on MAIN
menu.c+2-21.58 -> 1.59
Make popup menus topmost windows

reactos/lib/user32/windows
menu.c 1.58 -> 1.59
diff -u -r1.58 -r1.59
--- menu.c	25 Mar 2004 08:51:44 -0000	1.58
+++ menu.c	1 Apr 2004 23:17:28 -0000	1.59
@@ -21,7 +21,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: menu.c,v 1.58 2004/03/25 08:51:44 gvg Exp $
+/* $Id: menu.c,v 1.59 2004/04/01 23:17:28 gvg Exp $
  *
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/windows/menu.c
@@ -1763,7 +1763,7 @@
     }
 
   /* Display the window */
-  SetWindowPos(MenuInfo.Wnd, HWND_TOP, 0, 0, 0, 0,
+  SetWindowPos(MenuInfo.Wnd, HWND_TOPMOST, 0, 0, 0, 0,
                SWP_SHOWWINDOW | SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
   UpdateWindow(MenuInfo.Wnd);
 
CVSspam 0.2.8