diff options
Diffstat (limited to 'src/glx/apple/README_UPDATING')
-rw-r--r-- | src/glx/apple/README_UPDATING | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/glx/apple/README_UPDATING b/src/glx/apple/README_UPDATING deleted file mode 100644 index 7b1bbe02c5..0000000000 --- a/src/glx/apple/README_UPDATING +++ /dev/null @@ -1,8 +0,0 @@ -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. |