This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
updated configurenotify
main
Anselm R Garbe
16 years ago
parent
fb5f99d935
commit
6877205e9d
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
dwm.c
+ 4
- 1
dwm.c
View File
@ -423,8 +423,11 @@ void
configurenotify
(
XEvent
*
e
)
{
XConfigureEvent
*
ev
=
&
e
-
>
xconfigure
;
if
(
ev
-
>
window
=
=
root
&
&
(
ev
-
>
width
!
=
sw
|
|
ev
-
>
height
!
=
sh
)
)
if
(
ev
-
>
window
=
=
root
&
&
(
ev
-
>
width
!
=
sw
|
|
ev
-
>
height
!
=
sh
)
)
{
sw
=
ev
-
>
width
;
sh
=
ev
-
>
height
;
setgeom
(
NULL
)
;
}
}
void
Write
Preview
Loading…
Cancel
Save