jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=50ff649c1ddc32c3518f9bb6813bbda2de1eed5e

commit 50ff649c1ddc32c3518f9bb6813bbda2de1eed5e
Author: Jean-Philippe Andre <[email protected]>
Date:   Wed Jun 29 11:08:51 2016 +0900

    win: Change type of composite interface for Efl.Config
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 590952f..16797de 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -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;

-- 


Reply via email to