aboutsummaryrefslogtreecommitdiff
path: root/kms/kms_shared.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-22 02:57:38 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-22 02:57:38 +0200
commit22a0a01553debd549e1f1f0058bc516cec28196b (patch)
tree3840935de5493e0633de18e55d0e26d4655546d3 /kms/kms_shared.h
parentfc316750b81b870717e20cf00e09e0da159b1258 (diff)
AMD/Intel capture cursor
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 {