diff options
author | Ian Romanick <[email protected]> | 2011-11-30 10:33:37 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-01-02 12:41:44 -0800 |
commit | 588042a8ec4ea91a952c07a0768516fd590758f4 (patch) | |
tree | 7930b87d9737a03e01d8a0f9dd17950733ce3ef1 /src/glx/Makefile | |
parent | 48ffc6a1553083280c217640629cc6ebed1bf982 (diff) |
glx: Initial implementation of glXCreateContextAttribsARB
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/Makefile')
-rw-r--r-- | src/glx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile index 69d7c7c57bf..67d03bc689b 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -12,6 +12,7 @@ SOURCES = \ clientattrib.c \ clientinfo.c \ compsize.c \ + create_context.c \ eval.c \ glxconfig.c \ glxcmds.c \ |