This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Increment XSync consistency
This patch cleans up a style inconsistency.
master
Toaster Toaster
10 years ago
committed by
Roberto E. Vargas Caballero
parent
c46d929fe1
commit
3cb80840db
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -3089,7 +3089,7 @@ xinit(void) {
xresettitle
(
)
;
XMapWindow
(
xw
.
dpy
,
xw
.
win
)
;
xhints
(
)
;
XSync
(
xw
.
dpy
,
0
)
;
XSync
(
xw
.
dpy
,
False
)
;
}
void
Write
Preview
Loading…
Cancel
Save