Fix config item size.

SVN revision: 35420
This commit is contained in:
Kim Woelders 2008-08-09 13:12:44 +00:00
parent cd68562948
commit f8086173c0
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static const CfgItem MiscCfgItems[] = {
CFG_ITEM_INT(Conf, movres.mode_info, 1),
CFG_ITEM_INT(Conf, movres.mode_maximize_default, 1),
CFG_ITEM_HEX(Conf, movres.color, 0x00ff0000),
CFG_ITEM_INT(Conf, movres.avoid_server_grab, 1),
CFG_ITEM_BOOL(Conf, movres.avoid_server_grab, 1),
CFG_ITEM_BOOL(Conf, movres.update_while_moving, 0),
CFG_ITEM_BOOL(Conf, movres.enable_sync_request, 0),