This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove extra newline
master
Hiltjo Posthuma
5 months ago
parent
dd3d348ae8
commit
86f0b5119e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dmenu.c
+ 0
- 1
dmenu.c
View File
@ -689,7 +689,6 @@ setup(void)
CWOverrideRedirect
|
CWBackPixel
|
CWEventMask
,
&
swa
)
;
XSetClassHint
(
dpy
,
win
,
&
ch
)
;
/* input methods */
if
(
(
xim
=
XOpenIM
(
dpy
,
NULL
,
NULL
,
NULL
)
)
=
=
NULL
)
die
(
"
XOpenIM failed: could not open input device
"
)
;
Write
Preview
Loading…
Cancel
Save