Skip to content
  • Josh Triplett's avatar
    Remove XID wrapper structures and replace them with uint32_t typedefs · 90eeb461
    Josh Triplett authored
    After positive feedback from several people, we have decided to remove the XID
    wrapper structures that attempted to provide C type safety, and replace them
    with uint32_t typedefs.  Feedback has indicated that these type-safety hacks
    generated more trouble than help.
    
    We will bump the libxcb soname at the next release.
    90eeb461