From: Dana Jansens Date: Tue, 3 Jun 2003 17:25:57 +0000 (+0000) Subject: position the grips X-Git-Tag: gl-oldtheme~66 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2d78f2ca108778575675b6bccb3e5d6ea3b480f6;p=dana%2Fopenbox.git position the grips --- diff --git a/openbox/frame.c b/openbox/frame.c index af7dbcae..0ac6ac91 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -230,7 +230,7 @@ void frame_adjust_area(Frame *self, gboolean moved, gboolean resized) RrSurfaceSetArea(self->s_lgrip, 0, 0, RrThemeGripWidth(ob_theme), ob_theme->handle_height); - RrSurfaceSetArea(self->s_lgrip, + RrSurfaceSetArea(self->s_rgrip, self->width - RrThemeGripWidth(ob_theme), 0, RrThemeGripWidth(ob_theme), ob_theme->handle_height);