Cleanup properly on x11drv unloading.
Moved --synchronous option into config file.
Removed --desktop, --display and --language command-line options.
diff --git a/windows/win.c b/windows/win.c
index e96504b..fa1b319 100644
--- a/windows/win.c
+++ b/windows/win.c
@@ -622,7 +622,7 @@
pWndDesktop->pProp = NULL;
pWndDesktop->wIDmenu = 0;
pWndDesktop->helpContext = 0;
- pWndDesktop->flags = Options.desktopGeometry ? WIN_NATIVE : 0;
+ pWndDesktop->flags = 0;
pWndDesktop->hSysMenu = 0;
pWndDesktop->userdata = 0;
pWndDesktop->winproc = winproc;