On Tue, Mar 24, 2009 at 8:51 PM, Alan Coopersmith
<[email protected]> wrote:
> Signed-off-by: Alan Coopersmith <[email protected]>
> ---
>  include/EGL/eglplatform.h    |    2 +-
>  src/egl/main/eglconfigutil.c |   14 ++++++++++++++
>  2 files changed, 15 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)

Not your fault, but this should probably just be #else. Either you're
targeting windows or you're targeting X. That's outside the scope of
this patch, though.

--
Dan

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to