From 8262e1ba669cb8959734892d2657653766f5cc7e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 17:55:46 +0000 Subject: fix frame rendering to match layout fixes --- openbox/frame.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/frame.c') diff --git a/openbox/frame.c b/openbox/frame.c index d5d9b122..96e93ba0 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -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; -- cgit v1.2.3