all repos — openbox @ b8ba52fabc8d696d7c9e6abb285a4781a6e7aed6

openbox fork - make it a bit more like ryudo

code cleaning
Dana Jansens danakj@orodu.net
commit

b8ba52fabc8d696d7c9e6abb285a4781a6e7aed6

parent

40c3228f351b3e35c3b85f140c195ea984ab2b61

1 files changed, 3 insertions(+), 7 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -265,9 +265,7 @@ ob_rr_theme->handle_height);

*/ } else XUnmapWindow(ob_display, self->handle); - } - if (resized) { /* move and resize the plate */ XMoveResizeWindow(ob_display, self->plate, self->innersize.left - self->cbwidth,

@@ -276,9 +274,7 @@ self->client->area.width,

self->client->area.height); /* when the client has StaticGravity, it likes to move around. */ XMoveWindow(ob_display, self->client->window, 0, 0); - } - if (resized) { STRUT_SET(self->size, self->innersize.left + self->bwidth, self->innersize.top + self->bwidth,

@@ -290,7 +286,8 @@ /* shading can change without being moved or resized */

RECT_SET_SIZE(self->area, self->client->area.width + self->size.left + self->size.right, - (self->client->shaded ? ob_rr_theme->title_height + self->bwidth*2: + (self->client->shaded ? + ob_rr_theme->title_height + self->bwidth*2: self->client->area.height + self->size.top + self->size.bottom));

@@ -299,8 +296,7 @@ /* find the new coordinates, done after setting the frame.size, for

frame_client_gravity. */ self->area.x = self->client->area.x; self->area.y = self->client->area.y; - frame_client_gravity((ObFrame*)self, - &self->area.x, &self->area.y); + frame_client_gravity(self, &self->area.x, &self->area.y); } /* move and resize the top level frame.