all repos — openbox @ caba57b6946c0252fdcdea2a608429103f15a6ba

openbox fork - make it a bit more like ryudo

don't adjust the decorations while the server is grabbed, move it to client.c
Dana Jansens danakj@orodu.net
commit

caba57b6946c0252fdcdea2a608429103f15a6ba

parent

58788b9c16016fec3c50d7785d5a5282141bd0ec

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

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

@@ -576,9 +576,6 @@

/* map the client so it maps when the frame does */ XMapWindow(ob_display, self->client->window); - /* adjust the frame to the client's size */ - frame_adjust_area(self, FALSE, TRUE, FALSE); - /* set all the windows for the frame in the window_map */ g_hash_table_insert(window_map, &self->window, self->client); g_hash_table_insert(window_map, &self->plate, self->client);