Give +0+0 as a default position for the desktop window.

This commit is contained in:
Lionel Ulmer 2000-01-04 00:54:39 +00:00 committed by Alexandre Julliard
parent 6797d74415
commit 939e252bdc
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static void X11DRV_MONITOR_CreateDesktop(MONITOR *pMonitor)
X11DRV_MONITOR_DATA *pX11Monitor =
(X11DRV_MONITOR_DATA *) pMonitor->pDriverData;
int x, y, flags;
int x = 0, y = 0, flags;
unsigned int width = 640, height = 480; /* Default size = 640x480 */
char *name = "Wine desktop";
XSizeHints *size_hints;