forked from e16/e16
1
0
Fork 0

Option for synchronous debugiing.

SVN revision: 15065
This commit is contained in:
Kim Woelders 2005-06-02 18:56:29 +00:00
parent 04f8e4ffcd
commit c95d1ed800
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ SetupX(const char *dstr)
EExit(1);
}
if (getenv("ESYNCHRONIZE"))
XSynchronize(disp, True);
VRoot.scr = DefaultScreen(disp);
Mode.display.screens = ScreenCount(disp);