Skip to content
  • Heiko Becker's avatar
    Replace uint with unsigned int · 38df4ebc
    Heiko Becker authored
    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'?"
    
    (cherry picked from commit 7db93b7c)
    38df4ebc