[ELM_WIN] add code to set window type in elm_win_alpha_set()
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 10 Apr 2013 08:39:33 +0000 (17:39 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 10 Apr 2013 10:57:30 +0000 (19:57 +0900)
src/lib/elm_win.c

index 8c85bd7..fae0882 100755 (executable)
@@ -3316,6 +3316,7 @@ elm_win_alpha_set(Evas_Object *obj,
                }
              else
                TRAP(sd, alpha_set, alpha);
+             _elm_win_xwin_type_set(sd);
              _elm_win_xwin_update(sd);
           }
         else