position the grips
authorDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 17:25:57 +0000 (17:25 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 17:25:57 +0000 (17:25 +0000)
openbox/frame.c

index af7dbcaeeef73243b068752051e3e45da0c58a7b..0ac6ac916df3675d11de82bd972da3b7065cc28d 100644 (file)
@@ -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);