1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-17 23:05:50 +01:00

A few small fixes before 0.52.0 release.

This commit is contained in:
dan
1999-03-30 22:14:17 +00:00
parent 5f8c82969b
commit e1001cb0db
19 changed files with 39 additions and 24 deletions

View File

@@ -165,7 +165,7 @@ main(int argc, char **argv)
wfatal(_("could not open display %s"), XDisplayName(display_name));
exit(0);
}
#if 1
#if 0
XSynchronize(dpy, 1);
#endif
scr = WMCreateScreen(dpy, DefaultScreen(dpy));