diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-16 13:13:41 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-16 13:13:41 +0300 |
| commit | ecc949ce290ea5770c8abc4abc973ff072b9b033 (patch) | |
| tree | cd22dd66836fcbc2d9f14c03813dfbbe7e75e94e /include/capture/kms.h | |
| parent | ff8c3b1dd6fbd7107867e0cef6556e52c7ede6cb (diff) | |
| parent | 3bdc117b311b787b85e2ab6af1b3d63fcef00e49 (diff) | |
Merge tag '5.15.1' of https://repo.dec05eba.com/gpu-screen-recorder
Diffstat (limited to 'include/capture/kms.h')
| -rw-r--r-- | include/capture/kms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/capture/kms.h b/include/capture/kms.h index deb12a0..5c4eae4 100644 --- a/include/capture/kms.h +++ b/include/capture/kms.h @@ -3,12 +3,14 @@ #include "capture.h" #include "../cursor.h" +#include "../kde_night_light.h" #include "../../kms/kms_shared.h" typedef struct { gsr_egl *egl; gsr_cursor *x11_cursor; gsr_kms_response *kms_response; + gsr_kde_night_light *kde_night_light; /* optional */ const char *display_to_capture; /* A copy is made of this */ bool hdr; bool record_cursor; |
