diff options
author | Brian Paul <[email protected]> | 2005-12-10 17:54:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-12-10 17:54:00 +0000 |
commit | 48822796339cb4a55714dc3f1abbe379562ec538 (patch) | |
tree | 83a6ab54af6a26242b0176f82d67c7c0e66ff776 /src/egl/main/eglsurface.c | |
parent | b04dd5c58763039a564c50b5e3c0bbc9755e7f72 (diff) |
Some initial per-thread support.
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
Diffstat (limited to 'src/egl/main/eglsurface.c')
-rw-r--r-- | src/egl/main/eglsurface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/eglsurface.c b/src/egl/main/eglsurface.c index 82f47f116b6..4606168cf32 100644 --- a/src/egl/main/eglsurface.c +++ b/src/egl/main/eglsurface.c @@ -1,7 +1,5 @@ /** * Surface-related functions. - * - * See the eglcontext.c file for comments that also apply here. */ |