Properly cut out cursor outside video area when dealing with hevc amd padding

This commit is contained in:
dec05eba
2024-06-14 02:05:54 +02:00
parent 5f24cd6de6
commit 3e2e2444d9
6 changed files with 16 additions and 21 deletions

View File

@@ -37,7 +37,6 @@ typedef struct {
Atom net_active_window_atom;
gsr_cursor cursor;
bool clear_next_frame;
} gsr_capture_xcomposite;
void gsr_capture_xcomposite_init(gsr_capture_xcomposite *self, const gsr_capture_xcomposite_params *params);