Cosmetics

This commit is contained in:
Pierre Pronchery 2009-09-27 13:02:39 +00:00
parent dd481871aa
commit 530ee3eb0e

View File

@ -1,6 +1,6 @@
/* $Id$ */ /* $Id$ */
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */ /* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Desktop Browser */ /* This file is part of DeforaOS Desktop Framer */
/* This program is free software: you can redistribute it and/or modify /* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 of the License. * the Free Software Foundation, version 3 of the License.
@ -192,8 +192,8 @@ static GdkFilterReturn _filter_configure_request(
if(xconfigure->value_mask & (CWY | CWHeight)) if(xconfigure->value_mask & (CWY | CWHeight))
{ {
wc.y = 0; wc.y = 0;
mask |= CWY | CWHeight;
wc.height = framer->height - 64; wc.height = framer->height - 64;
mask |= CWY | CWHeight;
} }
if(xconfigure->value_mask & CWBorderWidth) if(xconfigure->value_mask & CWBorderWidth)
wc.border_width = 0; wc.border_width = 0;