]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
fix frame rendering to match layout fixes
[chaz/openbox] / openbox / frame.c
index d5d9b1223a8a63198d114c2c8ba6e58c5816665d..96e93ba0ad1612128bd7e8346b1cf396d97d5bf6 100644 (file)
@@ -1249,6 +1249,10 @@ ObFrameContext frame_context(ObClient *client, Window win, gint x, gint y)
                     return self->rightmost;
             }
         }
+
+        /* there is no resizing maximized windows so make them the titlebar
+           context */
+        return OB_FRAME_CONTEXT_TITLEBAR;
     }
 
     if (win == self->window)            return OB_FRAME_CONTEXT_FRAME;
This page took 0.020548 seconds and 4 git commands to generate.