aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'monsterwm.c')
-rw-r--r--monsterwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c
index 46dadaa..a5ccbe1 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -556,7 +556,6 @@ void mousemotion(const Arg *arg) {
int rx, ry, c, xw, yh; unsigned int m; Window w;
XQueryPointer(dis, root, &w, &w, &rx, &ry, &c, &c, &m);
- if (d->curr->isfull) setfullscreen(d->curr, False);
if (!d->curr->isfloat && !d->curr->istrans) { d->curr->isfloat = True; tile(d); focus(d->curr, d); }
do {