event: handle border size changes in configurerequest

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Maarten Maathuis 2009-02-14 20:41:54 +01:00 committed by Julien Danjou
parent 71bd32bcb1
commit 04df061aa0
1 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,9 @@ event_handle_configurerequest(void *data __attribute__ ((unused)),
if(ev->value_mask & XCB_CONFIG_WINDOW_HEIGHT)
geometry.height = ev->height;
if (ev->value_mask & XCB_CONFIG_WINDOW_BORDER_WIDTH)
client_setborder(c, ev->border_width);
if(c->isbanned)
{
/* We'll be sending protocol geometry, so don't readd borders and titlebar. */