summaryrefslogtreecommitdiffhomepage
path: root/patch/dragcfact.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/dragcfact.c')
-rw-r--r--patch/dragcfact.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/dragcfact.c b/patch/dragcfact.c
index 205b12a..98e2e31 100644
--- a/patch/dragcfact.c
+++ b/patch/dragcfact.c
@@ -9,8 +9,10 @@ dragcfact(const Arg *arg)
if (!(c = selmon->sel))
return;
- if (c->isfloating) /* no support rezising floating windows */
+ if (c->isfloating) {
+ resizemouse(arg);
return;
+ }
#if !FAKEFULLSCREEN_PATCH
#if FAKEFULLSCREEN_CLIENT_PATCH
if (c->isfullscreen && !c->fakefullscreen) /* no support resizing fullscreen windows by mouse */