From ff681544e4300b4dd165cdad58b9fc0bc7b15613 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 May 2007 04:44:58 +0000 Subject: [PATCH] the left and right resize handles are the border, not grips --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/frame.c b/openbox/frame.c index 5f491b72..54179928 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -449,7 +449,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved, } else XUnmapWindow(ob_display, self->handle); - if (self->decorations & OB_FRAME_DECOR_GRIPS) { + if (self->decorations & OB_FRAME_DECOR_BORDER) { XMoveResizeWindow(ob_display, self->leftresize, 0, 0, -- 2.39.2