From: Mikael Magnusson Date: Tue, 13 Mar 2018 00:28:49 +0000 (+0100) Subject: Allow moving fullscreen windows between monitors X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=53737a844d2bba4bb5892737b05a01d6d06fe84b;p=mikachu%2Fopenbox.git Allow moving fullscreen windows between monitors --- diff --git a/openbox/client.c b/openbox/client.c index 1d2391a3..78993127 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1937,6 +1937,7 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig) /* now we need to check against rules for the client's current state */ if (self->fullscreen) { self->functions &= (OB_CLIENT_FUNC_CLOSE | + OB_CLIENT_FUNC_MOVE | OB_CLIENT_FUNC_FULLSCREEN | OB_CLIENT_FUNC_ICONIFY); self->decorations = 0;