summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2013-03-07 14:41:17 +0000
committerChris Michael <cp.michael@samsung.com>2013-03-21 07:21:45 +0000
commita8420feeda1ec0a86acdd37a3df61a6ea5f46797 (patch)
tree8fd4364b867b776428aba9edc8813d2ecfdcc952
parent7fe97ae2d635a910d5f6335c770ccc594fc47f6a (diff)
downloadenlightenment-a8420feeda1ec0a86acdd37a3df61a6ea5f46797.tar.gz
Add "configure" function placeholder to surface structure.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_comp_wl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 396146df78..2ca5db4960 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -72,6 +72,8 @@ struct _E_Wayland_Surface
Eina_Bool remove_buffer : 1;
} pending;
+
+ void (*configure) (E_Wayland_Surface *ews, int x, int y, int w, int h);
};
struct _E_Wayland_Shell_Surface