aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-06-23 15:12:17 +0100
committeremersion <contact@emersion.fr>2018-06-30 22:18:04 +0100
commitbf7560b7cda5d3df8cdc7d24e969bfd91cf0ded5 (patch)
treea1ffd0940e5237b72cbdc3a3486bcd63a3387ceb /include
parent2b9cbaddf3d285ce439bd5da9f19995a0ddbac3a (diff)
screencopy: add capture_output_region support
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_screencopy_v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h
index fbcc1ce2..4766d680 100644
--- a/include/wlr/types/wlr_screencopy_v1.h
+++ b/include/wlr/types/wlr_screencopy_v1.h
@@ -18,7 +18,7 @@ struct wlr_screencopy_frame_v1 {
struct wlr_screencopy_manager_v1 *manager;
struct wl_list link;
- int32_t width, height;
+ struct wlr_box buffer_box;
struct wl_shm_buffer *buffer;