From: Tim Clem tclem@codeweavers.com
Their surfaces may be used. --- dlls/winemac.drv/window.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/dlls/winemac.drv/window.c b/dlls/winemac.drv/window.c index 10e719068ac..522b61d844d 100644 --- a/dlls/winemac.drv/window.c +++ b/dlls/winemac.drv/window.c @@ -538,9 +538,6 @@ static struct macdrv_win_data *macdrv_create_win_data(HWND hwnd, const struct wi return NULL; }
- /* don't create win data for HWND_MESSAGE windows */ - if (parent != NtUserGetDesktopWindow() && !NtUserGetAncestor(parent, GA_PARENT)) return NULL; - if (!(data = alloc_win_data(hwnd))) return NULL; data->rects = *rects;