diff options
author | marha <marha@users.sourceforge.net> | 2012-01-26 08:27:33 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-26 08:27:33 +0100 |
commit | aa2ee0fde2dcd33795ce4d3904d6da21d4bb09e8 (patch) | |
tree | 78b22c148ae2fbd8a46cc56bf96aa5bfe4b1ec47 /xorg-server/hw/xwin/winmultiwindowwindow.c | |
parent | c32f68b81cd4897a450489b6adbdccd7273834c9 (diff) | |
download | vcxsrv-aa2ee0fde2dcd33795ce4d3904d6da21d4bb09e8.tar.gz vcxsrv-aa2ee0fde2dcd33795ce4d3904d6da21d4bb09e8.tar.bz2 vcxsrv-aa2ee0fde2dcd33795ce4d3904d6da21d4bb09e8.zip |
Solved the problem of the WIN_WINDOW_PROP property being NULL in a window
in another way
Diffstat (limited to 'xorg-server/hw/xwin/winmultiwindowwindow.c')
-rw-r--r-- | xorg-server/hw/xwin/winmultiwindowwindow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/winmultiwindowwindow.c b/xorg-server/hw/xwin/winmultiwindowwindow.c index f87da410e..836587f74 100644 --- a/xorg-server/hw/xwin/winmultiwindowwindow.c +++ b/xorg-server/hw/xwin/winmultiwindowwindow.c @@ -611,8 +611,6 @@ winDestroyWindowsWindow (WindowPtr pWin) hIcon = (HICON)SendMessage(pWinPriv->hWnd, WM_GETICON, ICON_BIG, 0); hIconSm = (HICON)SendMessage(pWinPriv->hWnd, WM_GETICON, ICON_SMALL, 0); - SetProp (pWinPriv->hWnd, WIN_WINDOW_PROP, NULL); - /* Destroy the Windows window */ DestroyWindow (pWinPriv->hWnd); |