+ise-default (0.3.021-1) unstable; urgency=low
+
+ * Applied profiles to MCF windows
+ * Git: slp/pkgs/i/ise-default
+ * Tag: ise-default_0.3.021-1
+
+ -- Ankush Dua <ankush.d@samsung.com> Mon, 03 Sep 2012 14:47:38 +0530
+
ise-default (0.3.020-1) unstable; urgency=low
* In AutoCaps on Shift lock mode not retained
dpy = ecore_x_display_get();
elm_win_borderless_set(mcf_context_window, EINA_TRUE);
elm_win_alpha_set(mcf_context_window, EINA_TRUE);
+
+ const char *szProfile[] = {"mobile", ""};
+ elm_win_profiles_set(mcf_context_window, szProfile, 1);
+ {
+ printf("elm_win_profiles_set : %p %s\n", szProfile[0], szProfile[0]);
+ }
+
ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, &h);
ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(mcf_context_window)), "ISF Context Popup", "ISF");
set_window_accepts_focus(mcf_context_window, FALSE);
evas_object_resize(win, width, height);
#endif
+ const char *szProfile[] = {"mobile", ""};
+ elm_win_profiles_set(win, szProfile, 1);
+ {
+ printf("elm_win_profiles_set : %p %s\n", szProfile[0], szProfile[0]);
+ }
+
ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(win)), "ISF Popup", "ISF");
set_window_accepts_focus(win, FALSE);
elm_win_alpha_set(win, EINA_TRUE);
evas_object_resize(win, width, height);
+ const char *szProfile[] = {"mobile", ""};
+ elm_win_profiles_set(win, szProfile, 1);
+ {
+ printf("elm_win_profiles_set : %p %s\n", szProfile[0], szProfile[0]);
+ }
+
ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(win)), "ISF Popup", "ISF");
set_window_accepts_focus(win, FALSE);