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
added some flicker prevention
main
Anselm R.Garbe
18 years ago
parent
823fb1118a
commit
666fae97e6
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
client.c
+ 3
- 1
client.c
View File
@ -262,11 +262,13 @@ manage(Window w, XWindowAttributes *wa)
c
-
>
maxw
=
=
c
-
>
minw
&
&
c
-
>
maxh
=
=
c
-
>
minh
)
;
settitle
(
c
)
;
if
(
isvisible
(
c
)
)
sel
=
c
;
arrange
(
NULL
)
;
XMapWindow
(
dpy
,
c
-
>
win
)
;
XMapWindow
(
dpy
,
c
-
>
title
)
;
if
(
isvisible
(
c
)
)
focus
(
c
)
;
arrange
(
NULL
)
;
}
void
Write
Preview
Loading…
Cancel
Save