commit | 51c47383f9ec68d2ac851e0abd447311ebce2d7f | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Fri Aug 14 17:56:33 2009 +0100 |
committer | Keith Whitwell <keithw@vmware.com> | Fri Aug 14 17:56:47 2009 +0100 |
tree | 732b2d90161a3f314bb3c2ebcf8d638a566b47e0 | |
parent | 9616e4ad1c055d8ff9ab671914f97e402d0aa4b0 [diff] |
st/xlib: reduce the proliferation of GLX context types Now there is just a single, struct __GLXcontextRec, which is the GLXContext typedef has already been defined as a pointer to. I believe this is the intended usage, that GLX implementations should define that struct as they require. Merge the two previous structs into one and get rid of the no-longer-necessary type casts and sub-classing.