aboutsummaryrefslogtreecommitdiff
path: root/kms/kms_shared.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-10 02:25:43 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-10 02:25:43 +0200
commitdddd42690418b1b9aee795cd3fa0deb3eb45c83e (patch)
treecd9330a035483c7106e726ae16e419d51ba6b871 /kms/kms_shared.h
parent9bdbca864d9077b3ad48d6de7d73b1cfafc67188 (diff)
kms: get plane every frame, might fix not updating issue and issue where plane gets invalid
Diffstat (limited to 'kms/kms_shared.h')
-rw-r--r--kms/kms_shared.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/kms/kms_shared.h b/kms/kms_shared.h
index f63c2f3..35d54c4 100644
--- a/kms/kms_shared.h
+++ b/kms/kms_shared.h
@@ -10,18 +10,12 @@ typedef enum {
typedef enum {
KMS_RESULT_OK,
KMS_RESULT_INVALID_REQUEST,
- KMS_RESULT_FAILED_TO_OPEN_CARD,
- KMS_RESULT_INSUFFICIENT_PERMISSIONS,
- KMS_RESULT_FAILED_TO_GET_KMS,
- KMS_RESULT_NO_KMS_AVAILABLE,
+ KMS_RESULT_FAILED_TO_GET_PLANE,
KMS_RESULT_FAILED_TO_SEND
} gsr_kms_result;
typedef struct {
int type; /* gsr_kms_request_type */
- union {
- char card_path[255];
- } data;
} gsr_kms_request;
typedef struct {