diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-08-04 16:17:53 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-08-04 16:17:33 -0400 |
commit | be20f7d96c4bc2d4c9a9f5dc6dbc754d0aafa881 (patch) | |
tree | 930bf8c34f220b74bd7eb866ec9ae1afbfe2886b /src/lib/efl_wl/Efl_Wl.h | |
parent | 70afe70c9ab9c20b2b41380b8d0e7f19e1d33fa0 (diff) |
efl-wl: support min/max hinting
@feature
Diffstat (limited to 'src/lib/efl_wl/Efl_Wl.h')
-rw-r--r-- | src/lib/efl_wl/Efl_Wl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/efl_wl/Efl_Wl.h b/src/lib/efl_wl/Efl_Wl.h index 51bcc43832..8b28309fd0 100644 --- a/src/lib/efl_wl/Efl_Wl.h +++ b/src/lib/efl_wl/Efl_Wl.h | |||
@@ -114,6 +114,14 @@ EAPI void efl_wl_scale_set(Evas_Object *obj, double scale); | |||
114 | * @param set Whether to enable aspect setting | 114 | * @param set Whether to enable aspect setting |
115 | */ | 115 | */ |
116 | EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); | 116 | EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); |
117 | |||
118 | /** | ||
119 | * Transfer min/max hints from top-most surface onto the efl_wl object | ||
120 | * | ||
121 | * @param obj The compositor widget | ||
122 | * @param set Whether to enable min/max setting | ||
123 | */ | ||
124 | EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set); | ||
117 | #endif | 125 | #endif |
118 | 126 | ||
119 | #endif | 127 | #endif |