Be more robust against X breakage

svn path=/trunk/; revision=22378
This commit is contained in:
Matthias Clasen
2009-02-19 19:13:10 +00:00
parent 753bebe045
commit 0bd95af21a
2 changed files with 9 additions and 1 deletions

View File

@ -735,7 +735,7 @@ init_randr13 (GdkScreen *screen)
screen_x11->n_monitors = monitors->len;
screen_x11->monitors = (GdkX11Monitor *)g_array_free (monitors, FALSE);
return TRUE;
return screen_x11->n_monitors > 0;
#endif
return FALSE;