This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
xhints: no need to initialize sizeh
master
Hiltjo Posthuma
7 years ago
parent
8b8255ac0e
commit
b81888ee7d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
x.c
+ 1
- 1
x.c
View File
@ -780,7 +780,7 @@ xhints(void)
XClassHint
class
=
{
opt_name
?
opt_name
:
termname
,
opt_class
?
opt_class
:
termname
}
;
XWMHints
wm
=
{
.
flags
=
InputHint
,
.
input
=
1
}
;
XSizeHints
*
sizeh
=
NULL
;
XSizeHints
*
sizeh
;
sizeh
=
XAllocSizeHints
(
)
;
Write
Preview
Loading…
Cancel
Save