aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToaster Toaster <toaster23456@gmail.com>2014-04-07 10:53:59 -0700
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-04-11 16:29:13 +0200
commit3cb80840dbf9add2b5f9c26da9650da39e34906d (patch)
tree40a4e64e7647e05f21b690c90cb35fe285060b01
parentc46d929fe18e4a3c9c41101eafa7a9668c8c8830 (diff)
downloadst-3cb80840dbf9add2b5f9c26da9650da39e34906d.tar.gz
st-3cb80840dbf9add2b5f9c26da9650da39e34906d.tar.bz2
Increment XSync consistency
This patch cleans up a style inconsistency.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 392f12d..6fef7f3 100644
--- a/st.c
+++ b/st.c
@@ -3089,7 +3089,7 @@ xinit(void) {
xresettitle();
XMapWindow(xw.dpy, xw.win);
xhints();
- XSync(xw.dpy, 0);
+ XSync(xw.dpy, False);
}
void