Fix green screen sometimes when capturing amd/intel window

This commit is contained in:
dec05eba
2023-07-18 06:00:36 +02:00
parent d879ccf0fe
commit a3beaeb0cc
6 changed files with 27 additions and 22 deletions

View File

@@ -50,4 +50,6 @@ bool gl_get_gpu_info(Display *dpy, gsr_gpu_info *info, bool wayland);
/* |output| should be at least 128 bytes in size */
bool gsr_get_valid_card_path(char *output);
int even_number_ceil(int value);
#endif /* GSR_UTILS_H */