Mesa (master): Add Solaris to OS'es using X in eglplatform.h

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Mar 25 18:11:49 UTC 2009


Module: Mesa
Branch: master
Commit: 2e2f3b408655fa8abd97030af3d8482cfd7c6fa0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e2f3b408655fa8abd97030af3d8482cfd7c6fa0

Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon Mar 23 20:35:54 2009 -0700

Add Solaris to OS'es using X in eglplatform.h

Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

---

 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




More information about the mesa-commit mailing list