commit | ff1db4a4f36be3b97f83cacc448b35a1615fe6c0 | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Tue Apr 17 19:06:18 2012 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Apr 19 12:50:47 2012 -0400 |
tree | dadb618ee94f4f804074d54761fc3311e3b86378 | |
parent | bd3354b8b2587eef7befac958c31e9aeda29461a [diff] [blame] |
Install structuring for ping-pong protocol
diff --git a/src/compositor.h b/src/compositor.h index a4f5209..e9c6823 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -234,6 +234,8 @@ void (*destroy)(struct weston_compositor *ec); int (*authenticate)(struct weston_compositor *c, uint32_t id); + void (*ping_handler)(struct weston_surface *surface, uint32_t serial); + struct screenshooter *screenshooter; int launcher_sock; };