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
well, resize should be called in dofloat anyways ;)
config
Anselm R. Garbe
17 years ago
parent
6e22ccf7b1
commit
de6695792a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
view.c
+ 1
- 0
view.c
View File
@ -55,6 +55,7 @@ dofloat(void) {
if
(
c
-
>
isbanned
)
XMoveWindow
(
dpy
,
c
-
>
win
,
c
-
>
x
,
c
-
>
y
)
;
c
-
>
isbanned
=
False
;
resize
(
c
,
c
-
>
x
,
c
-
>
y
,
c
-
>
w
,
c
-
>
h
,
True
)
;
}
else
{
c
-
>
isbanned
=
True
;
Write
Preview
Loading…
Cancel
Save