Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xf86-video-dummy: fix type of CreateWindow field
The function takes an argument. Actual function used there was okay, but the field in the structure used wrong type. And GCC 15 (rightfully) started complaining. Use CreateWindowProcPtr type to avoid similar issue in the future. QubesOS/qubes-issues#9807
- Loading branch information