mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 15:58:06 +02:00
8 lines
337 B
Text
8 lines
337 B
Text
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.
|