aboutsummaryrefslogtreecommitdiff
path: root/kms/kms_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'kms/kms_shared.h')
-rw-r--r--kms/kms_shared.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kms/kms_shared.h b/kms/kms_shared.h
index e0687b2..616af43 100644
--- a/kms/kms_shared.h
+++ b/kms/kms_shared.h
@@ -31,6 +31,11 @@ typedef struct {
uint64_t modifier;
uint32_t connector_id; /* 0 if unknown */
bool is_combined_plane;
+ bool is_cursor;
+ int x;
+ int y;
+ int src_w;
+ int src_h;
} gsr_kms_response_fd;
typedef struct {