summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
authorScott Moreau <oreaus@gmail.com>2012-04-04 11:49:21 -0600
committerKristian Høgsberg <krh@bitplanet.net>2012-04-04 14:28:53 -0400
commit80d27b7e06f673988d4a5dc73ca4dbcd5a02ce07 (patch)
treecaff5a566e5576015fea74ca5667b054d9fbd8e8 /src/compositor.h
parentd0810204353f887693063bbc3b2bf75d561c3080 (diff)
screenshooter: Properly handle multiple outputs.
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor.h b/src/compositor.h
index d1cd7c8..ea18b7b 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -96,6 +96,7 @@ struct weston_output {
pixman_region32_t *damage);
void (*destroy)(struct weston_output *output);
void (*assign_planes)(struct weston_output *output);
+ void (*read_pixels)(struct weston_output *output, void *data);
/* backlight values are on 0-255 range, where higher is brighter */
uint32_t backlight_current;