Skip to content
  • Kyle Brenneman's avatar
    Remove __GLdispatchAPIState::id. · d351b4c1
    Kyle Brenneman authored
    The "id" member of __GLdispatchAPIState isn't used anywhere in libGLdispatch,
    so it doesn't need to be part of libGLdispatch's interface.
    
    Instead, libGLX now stores the thread ID in __GLXAPIState::tid.
    d351b4c1