[Issue]: Bluetooth Syspopup not getting launched as Elementary's
acceleration preferences for new window is not set.
[Resolution]: change the default preference to "opengl".
Change-Id: I5b413d2fa6ae5457fffe95c85cf99c2e7a5cddbd
Signed-off-by: Sumit Aggarwal <aggarwal.s@samsung.com>
static Evas_Object *__bluetooth_create_win(const char *name)
{
Evas_Object *eo;
+ elm_config_accel_preference_set("opengl");
eo = elm_win_add(NULL, name, ELM_WIN_BASIC);
retv_if(!eo, NULL);