devilhorns pushed a commit to branch master.
commit dfe66d1611256b6d7591138709007d3640c55f5c
Author: Chris Michael <[email protected]>
Date: Tue Aug 6 12:35:55 2013 +0100
Add functions to surface interface for buffer_transform and
buffer_scale set.
Signed-off-by: Chris Michael <[email protected]>
---
src/bin/e_comp_wl.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 82084d8..d97af27 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -111,6 +111,8 @@ static void _e_comp_wl_surface_cb_frame(struct wl_client
*client, struct wl_reso
static void _e_comp_wl_surface_cb_opaque_region_set(struct wl_client *client
EINA_UNUSED, struct wl_resource *resource, struct wl_resource *region_resource);
static void _e_comp_wl_surface_cb_input_region_set(struct wl_client *client
EINA_UNUSED, struct wl_resource *resource, struct wl_resource *region_resource);
static void _e_comp_wl_surface_cb_commit(struct wl_client *client EINA_UNUSED,
struct wl_resource *resource);
+static void _e_comp_wl_surface_cb_buffer_transform_set(struct wl_client
*client EINA_UNUSED, struct wl_resource *resource EINA_UNUSED, int transform
EINA_UNUSED);
+static void _e_comp_wl_surface_cb_buffer_scale_set(struct wl_client *client
EINA_UNUSED, struct wl_resource *resource EINA_UNUSED, int scale EINA_UNUSED);
/* local wayland interfaces */
static const struct wl_compositor_interface _e_compositor_interface =
@@ -147,7 +149,8 @@ static const struct wl_surface_interface
_e_surface_interface =
_e_comp_wl_surface_cb_opaque_region_set,
_e_comp_wl_surface_cb_input_region_set,
_e_comp_wl_surface_cb_commit,
- NULL // cb_buffer_transform_set
+ _e_comp_wl_surface_cb_buffer_transform_set,
+ _e_comp_wl_surface_cb_buffer_scale_set
};
static const struct wl_pointer_grab_interface _e_pointer_grab_interface =
@@ -2745,3 +2748,15 @@ _e_comp_wl_surface_cb_commit(struct wl_client *client
EINA_UNUSED, struct wl_res
/* TODO: schedule repaint ?? */
}
+
+static void
+_e_comp_wl_surface_cb_buffer_transform_set(struct wl_client *client
EINA_UNUSED, struct wl_resource *resource EINA_UNUSED, int transform
EINA_UNUSED)
+{
+
+}
+
+static void
+_e_comp_wl_surface_cb_buffer_scale_set(struct wl_client *client EINA_UNUSED,
struct wl_resource *resource EINA_UNUSED, int scale EINA_UNUSED)
+{
+
+}
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk