diff options
author | Toaster Toaster <toaster23456@gmail.com> | 2014-04-07 10:53:59 -0700 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-04-11 16:29:13 +0200 |
commit | 3cb80840dbf9add2b5f9c26da9650da39e34906d (patch) | |
tree | 40a4e64e7647e05f21b690c90cb35fe285060b01 /st.c | |
parent | c46d929fe18e4a3c9c41101eafa7a9668c8c8830 (diff) | |
download | st-3cb80840dbf9add2b5f9c26da9650da39e34906d.tar.gz st-3cb80840dbf9add2b5f9c26da9650da39e34906d.tar.bz2 |
Increment XSync consistency
This patch cleans up a style inconsistency.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3089,7 +3089,7 @@ xinit(void) { xresettitle(); XMapWindow(xw.dpy, xw.win); xhints(); - XSync(xw.dpy, 0); + XSync(xw.dpy, False); } void |