add default comp match for DOCK window types

This commit is contained in:
Mike Blumenkrantz 2014-02-14 12:46:53 -05:00
parent c7cf99ba45
commit 9d9ee6c33b
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,11 @@ e_comp_cfdata_config_new(void)
mat->primary_type = E_WINDOW_TYPE_DND;
mat->shadow_style = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->primary_type = E_WINDOW_TYPE_DOCK;
mat->shadow_style = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->shadow_style = eina_stringshare_add("popup");