elm win - start wins in withdrawn state
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 29 Oct 2014 10:34:54 +0000 (19:34 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 29 Oct 2014 10:35:47 +0000 (19:35 +0900)
this matches 5954289c6ce1cd55ff212428291604b981438439 commit on efl -
fixes initial window state so you can detetc when it is shown and
normal.

@fix

src/lib/elm_win.c

index 8945f54f9ec322a58e1186642348928b6b83cf7e..abbf5dad0a5c0e6c025535c8c50ff9482fc44db5 100644 (file)
@@ -3372,6 +3372,7 @@ _elm_win_constructor(Eo *obj, Elm_Win_Data *sd, const char *name, Elm_Win_Type t
    sd->type = type;
    sd->parent = parent;
    sd->modal_count = 0;
+   sd->withdrawn = EINA_TRUE;
 
    if (sd->parent)
      evas_object_event_callback_add