diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-20 04:44:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-20 04:44:58 +0000 |
| commit | ff681544e4300b4dd165cdad58b9fc0bc7b15613 (patch) | |
| tree | a9874e340d9ea136339b87fb0d8e04e1dc71458b | |
| parent | cf5c75420a6237798ff73c1fe7af03eaca6f33b4 (diff) | |
the left and right resize handles are the border, not grips
| -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, |
