This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
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
removed an unused var
config
arg@zarathustra
18 years ago
parent
b39d0c521a
commit
c9cc2b385a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
event.c
+ 0
- 1
event.c
View File
@ -150,7 +150,6 @@ configurerequest(XEvent *e) {
unsigned
long
newmask
;
Client
*
c
;
XConfigureRequestEvent
*
ev
=
&
e
-
>
xconfigurerequest
;
XEvent
synev
;
XWindowChanges
wc
;
if
(
(
c
=
getclient
(
ev
-
>
window
)
)
)
{
Write
Preview
Loading…
Cancel
Save