Jelajahi Sumber

Increment XSync consistency

This patch cleans up a style inconsistency.
Toaster Toaster 11 tahun lalu
induk
melakukan
3cb80840db
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      st.c

+ 1 - 1
st.c

@@ -3089,7 +3089,7 @@ xinit(void) {
 	xresettitle();
 	XMapWindow(xw.dpy, xw.win);
 	xhints();
-	XSync(xw.dpy, 0);
+	XSync(xw.dpy, False);
 }
 
 void