summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wlsurface.h
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2012-11-02 20:21:16 +0100
committerAndy Nichols <andy.nichols@digia.com>2012-11-04 20:58:30 +0100
commit5a556196a536eb1fdc4d05c6b0ff3fcfcbab4b75 (patch)
treea0c71e299d65b6284bc87fc67252daecf66a1896 /src/compositor/wayland_wrapper/wlsurface.h
parent0f6ffad18665c7a6d648da0f2d19be7237510eeb (diff)
Update QtCompositor API to use wayland 1.0.0
Change-Id: I6b598595cdb8ff91d5146e0ae2511752bcfa473f Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper/wlsurface.h')
-rw-r--r--src/compositor/wayland_wrapper/wlsurface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/wayland_wrapper/wlsurface.h b/src/compositor/wayland_wrapper/wlsurface.h
index e9141b268..642e8f790 100644
--- a/src/compositor/wayland_wrapper/wlsurface.h
+++ b/src/compositor/wayland_wrapper/wlsurface.h
@@ -166,6 +166,7 @@ private:
SurfaceBuffer *createSurfaceBuffer(struct wl_buffer *buffer);
void frameFinishedInternal();
bool postBuffer();
+ void commit();
void attach(struct wl_buffer *buffer);
@@ -180,6 +181,7 @@ private:
struct wl_resource *region);
static void surface_set_input_region(struct wl_client *client, struct wl_resource *resource,
struct wl_resource *region);
+ static void surface_commit(struct wl_client *client, struct wl_resource *resource);
};