From: Alan Coopersmith Date: Tue, 24 Mar 2009 03:35:54 +0000 (-0700) Subject: Add Solaris to OS'es using X in eglplatform.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e2f3b408655fa8abd97030af3d8482cfd7c6fa0;p=mesa.git Add Solaris to OS'es using X in eglplatform.h Signed-off-by: Alan Coopersmith --- diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 0f34da063e3..b6311f84aef 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