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
applied Peters magic float mode bugfix
config
garbeam@gmail.com
13 years ago
parent
d5c5c52b30
commit
6288c44697
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dwm.c
+ 0
- 1
dwm.c
View File
@ -1127,7 +1127,6 @@ manage(Window w, XWindowAttributes *wa) {
c
-
>
h
=
c
-
>
oldh
=
wa
-
>
height
;
c
-
>
oldbw
=
wa
-
>
border_width
;
if
(
c
-
>
w
=
=
c
-
>
mon
-
>
mw
&
&
c
-
>
h
=
=
c
-
>
mon
-
>
mh
)
{
c
-
>
isfloating
=
True
;
c
-
>
x
=
c
-
>
mon
-
>
mx
;
c
-
>
y
=
c
-
>
mon
-
>
my
;
c
-
>
bw
=
0
;
Write
Preview
Loading…
Cancel
Save