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
fixed configurerequest
config
Anselm R. Garbe
18 years ago
parent
b41c56ae6b
commit
7696c89c90
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
event.c
+ 1
- 1
event.c
View File
@ -92,7 +92,7 @@ configurerequest(XEvent *e)
wc
.
y
=
ev
-
>
y
;
wc
.
width
=
ev
-
>
width
;
wc
.
height
=
ev
-
>
height
;
wc
.
border_width
=
0
;
wc
.
border_width
=
1
;
wc
.
sibling
=
None
;
wc
.
stack_mode
=
Above
;
ev
-
>
value_mask
&
=
~
CWStackMode
;
Write
Preview
Loading…
Cancel
Save