diff options
author | Ian Romanick <[email protected]> | 2004-12-01 08:31:15 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-12-01 08:31:15 +0000 |
commit | 6b89a8363b4934e4b5bbad10f84bbe7e38f22f9b (patch) | |
tree | cf62b917800b94dcc1108b138505a4425862ca00 /src/glx/x11/Makefile | |
parent | bb427b10b156225f1f79fed01930e1e2d3b2093f (diff) |
Make the transition to script-genereated GLX code easier.
Move "handcoded" ARB_window_pos / MESA_window_pos functions to their own
file. Modify the ARB_window_pos functions to use the MESA_window_pos names.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 14472706229..ee2bae128d8 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -31,6 +31,7 @@ C_SOURCES = \ glxext.c \ glxextensions.c \ indirect_init.c \ + indirect_window_pos.c \ indirect_transpose_matrix.c \ pixel.c \ pixelstore.c \ |