change the default preference to "opengl" 04/104704/1 accepted/tizen/3.0/common/20161215.164408 accepted/tizen/3.0/ivi/20161215.050653 accepted/tizen/3.0/mobile/20161215.050603 accepted/tizen/3.0/tv/20161215.050636 accepted/tizen/3.0/wearable/20161215.050646 submit/tizen_3.0/20161215.001232
authorSumit Aggarwal <aggarwal.s@samsung.com>
Wed, 14 Dec 2016 06:19:45 +0000 (11:49 +0530)
committerSumit Aggarwal <aggarwal.s@samsung.com>
Wed, 14 Dec 2016 06:19:45 +0000 (11:49 +0530)
[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>
src/bt-syspopup-m.c

index 2da6a8539695df3856fd553b6ba49d5a66f2f5a6..51ae90e1b576bb4b263d80dc2ec3372a4fa2a5c7 100644 (file)
@@ -2466,6 +2466,7 @@ static void __bluetooth_set_win_level(Evas_Object *parent)
 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);