all repos — openbox @ 24f258e646d454dda7466649c1d40afbe2760859

openbox fork - make it a bit more like ryudo

size the frame properly on mapping
Dana Jansens danakj@orodu.net
commit

24f258e646d454dda7466649c1d40afbe2760859

parent

23d4eb5f4f4f5dbcf2795df180de1fa36ba6c42a

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

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

@@ -577,6 +577,9 @@

/* map the client so it maps when the frame does */ XMapWindow(ob_display, 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, client); g_hash_table_insert(window_map, &self->plate, client);