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:15:43 -0400 |
commit | 9a189d29d0ebae79e645101b1fb0fbe5611e5a09 (patch) | |
tree | 830425b058b5f534c4ad4c1541eb5d76b98b1375 /src/lib/efl_wl/Efl_Wl.h | |
parent | a454c91dbe82d1acd0aa7a05aca16551ffa335d5 (diff) |
wayland: add efl-hints protocol for setting aspect on surfaces
@feature
Diffstat (limited to '')
-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 2de79e2e96..51bcc43832 100644 --- a/src/lib/efl_wl/Efl_Wl.h +++ b/src/lib/efl_wl/Efl_Wl.h | |||
@@ -106,6 +106,14 @@ EAPI void efl_wl_rotate(Evas_Object *obj, Efl_Wl_Rotation rot, Eina_Bool rtl); | |||
106 | * @param scale The scale factor to set | 106 | * @param scale The scale factor to set |
107 | */ | 107 | */ |
108 | EAPI void efl_wl_scale_set(Evas_Object *obj, double scale); | 108 | EAPI void efl_wl_scale_set(Evas_Object *obj, double scale); |
109 | |||
110 | /** | ||
111 | * Transfer aspect hints from top-most surface onto the efl_wl object | ||
112 | * | ||
113 | * @param obj The compositor widget | ||
114 | * @param set Whether to enable aspect setting | ||
115 | */ | ||
116 | EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); | ||
109 | #endif | 117 | #endif |
110 | 118 | ||
111 | #endif | 119 | #endif |