diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2002-03-29 23:49:51 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2002-03-29 23:49:51 +0000 |
commit | a97d216adb6cd97926d760a4b5eadfaf1fda29f7 (patch) | |
tree | c9956242a5315f9339cc1f2d8da81b0cc8bfb436 /src/mesa/main | |
parent | 103bc0f75c00dfcf671dc50d8d9666f88a42a59d (diff) |
Add _glapi_get_context to export for osmesa.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mesa.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mesa.def b/src/mesa/main/mesa.def index 995ca276f5..7def216281 100644 --- a/src/mesa/main/mesa.def +++ b/src/mesa/main/mesa.def @@ -448,6 +448,7 @@ EXPORTS _swrast_alloc_buffers _swrast_GetDeviceDriverReference _swrast_Clear + _glapi_get_context wglCopyContext wglCreateContext wglDeleteContext |