[elm_win] fix build break
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 4 Apr 2013 06:34:34 +0000 (15:34 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 4 Apr 2013 08:18:56 +0000 (17:18 +0900)
src/lib/elm_win.c

index b76202c..8c85bd7 100755 (executable)
@@ -1839,7 +1839,7 @@ _elm_win_xwin_update(Elm_Win_Smart_Data *sd)
 }
 
 static void
-__elm_win_xwin_type_set(Elm_Win_Smart_Data *sd)
+_elm_win_xwin_type_set(Elm_Win_Smart_Data *sd)
 {
    _elm_win_xwindow_get(sd);
    if (!sd->x.xwin) return;  /* nothing more to do */