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.
This commit is contained in:
Jean-Philippe Andre 2016-06-29 11:08:51 +09:00
parent 136a6b4464
commit 50ff649c1d
1 changed files with 1 additions and 1 deletions

View 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;