diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-22 20:12:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-22 20:12:41 +0200 |
commit | 9ca5b8ec3a818454ebb139ae9007184584aa2f5e (patch) | |
tree | 352efb7528496b1e68efa1749e44c3c47bfb2631 /kms/kms_shared.h | |
parent | 4de23c25561bae0026a97f7ed9d3d64f3d558aaa (diff) |
Fix cursor offset in kms grab (amd/intel), disable wlroots capture until its fixed
Diffstat (limited to 'kms/kms_shared.h')
-rw-r--r-- | kms/kms_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms/kms_shared.h b/kms/kms_shared.h index 616af43..7e326dc 100644 --- a/kms/kms_shared.h +++ b/kms/kms_shared.h @@ -14,6 +14,7 @@ typedef enum { KMS_RESULT_OK, KMS_RESULT_INVALID_REQUEST, KMS_RESULT_FAILED_TO_GET_PLANE, + KMS_RESULT_FAILED_TO_GET_PLANES, KMS_RESULT_FAILED_TO_SEND } gsr_kms_result; |