aboutsummaryrefslogtreecommitdiff
path: root/include/capture/xcomposite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/capture/xcomposite.h')
-rw-r--r--include/capture/xcomposite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/capture/xcomposite.h b/include/capture/xcomposite.h
index e311a93..ce0dbad 100644
--- a/include/capture/xcomposite.h
+++ b/include/capture/xcomposite.h
@@ -14,6 +14,7 @@ typedef struct {
bool follow_focused; /* If this is set then |window| is ignored */
vec2i region_size; /* This is currently only used with |follow_focused| */
gsr_color_range color_range;
+ bool record_cursor;
} gsr_capture_xcomposite_params;
typedef struct {