summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-05-31 17:11:04 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-05-31 17:41:31 +0200
commita5467e1aec3ea793c9e8c215379389c4f5dcac37 (patch)
treed0b1217642b7f5636c2306d5451c3495810af687
parenta17ab7f044501923a420c96a9229460c2bdf1aa8 (diff)
downloadefl-a5467e1aec3ea793c9e8c215379389c4f5dcac37.tar.gz
Remove unused Efl.Gfx.Path_Change_Event
Summary: This struct was throwing documentation warnings, but it turns out it is unused. Better to remove it for clarity. Test Plan: Everything builds and passes tests. Reviewers: zmike, bu5hm4n, cedric, devilhorns Reviewed By: devilhorns Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9062
-rw-r--r--src/lib/efl/interfaces/efl_gfx_types.eot14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot b/src/lib/efl/interfaces/efl_gfx_types.eot
index 61a832a7b8..4792820083 100644
--- a/src/lib/efl/interfaces/efl_gfx_types.eot
+++ b/src/lib/efl/interfaces/efl_gfx_types.eot
@@ -151,15 +151,11 @@ enum @beta Efl.Gfx.Border_Fill_Mode
enum Efl.Gfx.Change_Flag
{
[[What property got changed for this object @since 1.18]]
- none = 0x0, [[No change]]
- matrix = 0x1, [[matrix got changed]]
- path = 0x2, [[path got changes]]
- fill = 0x4, [[coloring or fill information changed, not geometry]]
- all = 0xffff [[all properties got changed]]
-}
-
-struct Efl.Gfx.Path_Change_Event {
- what: Efl.Gfx.Change_Flag; [[Indicates what changed.]]
+ none = 0x0, [[Nothing changed.]]
+ matrix = 0x1, [[Matrix got changed.]]
+ path = 0x2, [[Path got changed.]]
+ fill = 0x4, [[Coloring or fill information changed, not geometry.]]
+ all = 0xffff [[All properties got changed.]]
}
struct Efl.Gfx.Event.Render_Post