diff options
| -rw-r--r-- | openbox/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
