fix remember to actually rememebr skip* stuff and save it

SVN revision: 36227
This commit is contained in:
Carsten Haitzler 2008-09-25 01:01:07 +00:00
parent b00a1375f5
commit 0b625413e9
2 changed files with 3 additions and 1 deletions

View File

@ -5946,7 +5946,7 @@ _e_border_eval(E_Border *bd)
if (bd->remember)
{
rem = bd->remember;
if (rem->apply & E_REMEMBER_APPLY_ZONE)
{
E_Zone *zone;

View File

@ -343,6 +343,8 @@ e_config_init(void)
E_CONFIG_VAL(D, T, prop.sticky, UCHAR);
E_CONFIG_VAL(D, T, prop.shaded, UCHAR);
E_CONFIG_VAL(D, T, prop.skip_winlist, UCHAR);
E_CONFIG_VAL(D, T, prop.skip_pager, UCHAR);
E_CONFIG_VAL(D, T, prop.skip_taskbar, UCHAR);
E_CONFIG_VAL(D, T, prop.desk_x, INT);
E_CONFIG_VAL(D, T, prop.desk_y, INT);
E_CONFIG_VAL(D, T, prop.zone, INT);