winex11.drv: Do not assume window managers support _NET_WORKAREA.

This commit is contained in:
Vincent Povirk 2008-12-16 17:47:03 -06:00 committed by Alexandre Julliard
parent cc53bd283c
commit 1a2216cbc7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static int query_screens(void)
{
int i, count, event_base, error_base;
XineramaScreenInfo *screens;
RECT rc_work;
RECT rc_work = {0, 0, 0, 0};
if (!monitors) /* first time around */
load_xinerama();