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
I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issue
main
Anselm R. Garbe
18 years ago
parent
14d05e7c72
commit
b427a2c6cb
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
event.c
+ 2
- 3
event.c
View File
@ -177,9 +177,8 @@ configurerequest(XEvent *e) {
configure
(
c
)
;
XSync
(
dpy
,
False
)
;
if
(
c
-
>
isfloat
)
{
resize
(
c
,
False
,
TopLeft
)
;
if
(
!
isvisible
(
c
)
)
ban
(
c
)
;
if
(
isvisible
(
c
)
)
resize
(
c
,
False
,
TopLeft
)
;
}
else
arrange
(
NULL
)
;
Write
Preview
Loading…
Cancel
Save