projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
707c017
)
Add Solaris to OS'es using X in eglplatform.h
author
Alan Coopersmith
<alan.coopersmith@sun.com>
Tue, 24 Mar 2009 03:35:54 +0000
(20:35 -0700)
committer
Alan Coopersmith
<alan.coopersmith@sun.com>
Wed, 25 Mar 2009 18:10:03 +0000
(11:10 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
include/EGL/eglplatform.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglplatform.h
b/include/EGL/eglplatform.h
index 0f34da063e376a70d83c426f4abe17705268c9fe..b6311f84aef4650fe05c19b442410e1bd623951e 100644
(file)
--- 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