Allow moving fullscreen windows between monitors master
authorMikael Magnusson <mikachu@gmail.com>
Tue, 13 Mar 2018 00:28:49 +0000 (01:28 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Tue, 13 Mar 2018 00:31:34 +0000 (01:31 +0100)
openbox/client.c

index 1d2391a..7899312 100644 (file)
@@ -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 |
     /* 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;
                             OB_CLIENT_FUNC_FULLSCREEN |
                             OB_CLIENT_FUNC_ICONIFY);
         self->decorations = 0;