projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cedaa
)
position the grips
author
Dana Jansens
<danakj@orodu.net>
Tue, 3 Jun 2003 17:25:57 +0000
(17:25 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 3 Jun 2003 17:25:57 +0000
(17:25 +0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index af7dbcaeeef73243b068752051e3e45da0c58a7b..0ac6ac916df3675d11de82bd972da3b7065cc28d 100644
(file)
--- 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_
l
grip,
+ RrSurfaceSetArea(self->s_
r
grip,
self->width - RrThemeGripWidth(ob_theme), 0,
RrThemeGripWidth(ob_theme),
ob_theme->handle_height);