blob: 7b1bbe02c5496233a092e9ac92c40c8e9d09f541 (
plain)
1
2
3
4
5
6
7
8
|
The design of most of this code is such that we extend the GLX structures
with a void * named apple.
The GLX functions that need to do Apple-specific things are passed
&s->apple in order to initialize the private structures.
Thus when updating, just run a diff against glxext.c or glxcmds.c, and
manually merge from there as needed.
|