E_CONFIG_VAL(D, T, raise_before_show, UCHAR);
E_CONFIG_VAL(D, T, configured_max_touch.use, UCHAR);
E_CONFIG_VAL(D, T, configured_max_touch.count, UINT);
+ E_CONFIG_VAL(D, T, interactive_resize, UCHAR);
}
static Eina_Bool
E_CONFIG_LIMIT(e_config->configured_max_touch.use, 0, 1);
// FIXME : What's the proper maximum value for 'configured_max_touch.count' ?
E_CONFIG_LIMIT(e_config->configured_max_touch.count, 1, 20);
+ E_CONFIG_LIMIT(e_config->interactive_resize, 0, 1);
}
E_API int
int h; // fake resolution height
} fake_output_resolution;
Eina_Bool raise_before_show; // 0: raise after show, 1: raise before show
+ Eina_Bool interactive_resize; // 0: resize when pointer release, 1: interactive resize during pointer drag
};
struct _E_Config_Desklock_Background