Module: Mesa Branch: master Commit: 2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e2f3b408655fa8abd97030af3d8482cfd7c6fa0
Author: Alan Coopersmith <[email protected]> Date: Mon Mar 23 20:35:54 2009 -0700 Add Solaris to OS'es using X in eglplatform.h Signed-off-by: Alan Coopersmith <[email protected]> --- include/EGL/eglplatform.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 0f34da0..b6311f8 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -68,7 +68,7 @@ typedef HWND NativeWindowType; typedef HBITMAP NativePixmapType; /** END Added for Windows **/ -#elif defined(__gnu_linux__) || defined(__FreeBSD__) +#elif defined(__gnu_linux__) || defined(__FreeBSD__) || defined(__sun) /** BEGIN Added for X (Mesa) **/ #ifndef EGLAPI _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
