From 2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 23 Mar 2009 20:35:54 -0700 Subject: Add Solaris to OS'es using X in eglplatform.h Signed-off-by: Alan Coopersmith --- include/EGL/eglplatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 0f34da063e..b6311f84ae 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 -- cgit v1.2.3