Skip to content
  • Heiko Becker's avatar
    Replace uint with unsigned int · 7db93b7c
    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'?"
    7db93b7c