Fix build error caused by using ELM_WIN_DYNAMIC_BOX
[apps/native/widget/widget.git] / src / snapshot_window.c
index 3e4a1db..fd96018 100644 (file)
@@ -432,7 +432,7 @@ PUBLIC void *widget_snapshot_window_add(const char *id, int size_type)
                return NULL;
        }
 
-       snapshot_win = elm_win_add(parent, "widget,Snapshot", ELM_WIN_DYNAMIC_BOX);
+       snapshot_win = elm_win_add(parent, "widget,Snapshot", ELM_WIN_TIZEN_WIDGET);
        evas_object_del(parent);
        if (!snapshot_win) {
                destroy_virtual_canvas(e);