win: Change type of composite interface for Efl.Config
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 29 Jun 2016 02:08:51 +0000 (11:08 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 29 Jun 2016 02:08:51 +0000 (11:08 +0900)
Use Efl.Config.Global instead, since it's what the window will
expose, and it provides access to the "profile" config options.

src/lib/elementary/efl_ui_win.eo

index 590952f..16797de 100644 (file)
@@ -146,7 +146,7 @@ enum Efl.Ui.Win.Urgent_Mode
 class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window,
                Elm.Interface.Atspi_Widget_Action, Efl.Pack,
                Efl.Input.State, Efl.Input.Interface, Efl.Screen,
-               Efl.Gfx.Size.Hint, Efl.Text, Efl.Config)
+               Efl.Gfx.Size.Hint, Efl.Text, Efl.Config.Global)
 {
    legacy_prefix: elm_win;
    eo_prefix: efl_ui_win;