1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

- Fixed edge resistance and move/resize frame drawing for borderless windows

This commit is contained in:
dan
2003-02-16 01:47:58 +00:00
parent 7a8bde44fa
commit b5ef388711
3 changed files with 39 additions and 13 deletions

View File

@@ -1425,7 +1425,7 @@ main(int argc, char **argv)
WMPropList *val;
#if 0 /* some problem with Alpha... TODO: check if its right */
val = WMGetFromPLDictionary(domain,
WMCreatePLString("SmoothWorkspaceBack"));
WMCreatePLString("SmoothWorkspaceBack"));
#else
val = getValueForKey(domain, "SmoothWorkspaceBack");
#endif
@@ -1439,7 +1439,7 @@ main(int argc, char **argv)
wfatal("could not open display");
exit(1);
}
#if 1
#if 0
XSynchronize(dpy, 1);
#endif