Skip to content
Commit 7db93b7c authored by Heiko Becker's avatar Heiko Becker 🏃
Browse files

Replace uint with unsigned int

Improves portability by avoiding the non-standard 'uint'. For example
this fixes building with musl libc:

".../kwin_wrapper.c:45:9: error: unknown type name 'uint';
    did you mean 'int'?"
parent f47ae2c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment