From 15850784d73a835beef3eed2388320db8bb73516 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 21 Dec 2003 19:40:34 +0000 Subject: [PATCH] reactivated work around for Z-order problem on Wine svn path=/trunk/; revision=7163 --- reactos/subsys/system/explorer/desktop/desktop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/desktop/desktop.cpp b/reactos/subsys/system/explorer/desktop/desktop.cpp index 9b961839c2b..7f5d8b9ffc2 100644 --- a/reactos/subsys/system/explorer/desktop/desktop.cpp +++ b/reactos/subsys/system/explorer/desktop/desktop.cpp @@ -130,7 +130,7 @@ HWND DesktopWindow::Create() 0, 0, width, height, 0); // work around to display desktop bar in Wine -//@@disabled ShowWindow(GET_WINDOW(DesktopWindow, hwndDesktop)->_desktopBar, SW_SHOW); + ShowWindow(GET_WINDOW(DesktopWindow, hwndDesktop)->_desktopBar, SW_SHOW); // work around for Windows NT, Win 98, ... // Without this the desktop has mysteriously only a size of 800x600 pixels.