diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-07-14 22:29:27 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-07-14 22:29:27 +0200 |
| commit | 775bb08013536b38bcfed897164ae6e0b5f5a983 (patch) | |
| tree | 5c0c3ddc81311714af97333a6a508ee3cdfd4d30 /include | |
| parent | e7b3c5b5cc8aafe267bf096af7f7b10c3a357795 (diff) | |
Move kde lights to main
Diffstat (limited to 'include')
| -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; |
