Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
bb1d1713
Commit
bb1d1713
authored
Jul 29, 2011
by
daniel@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Wayland typedefs to eglplatform.h
Issue=188 Author: Daniel Nicoara git-svn-id:
https://angleproject.googlecode.com/svn/trunk@709
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
8518910d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
CONTRIBUTORS
CONTRIBUTORS
+1
-0
eglplatform.h
include/EGL/eglplatform.h
+6
-0
version.h
src/common/version.h
+1
-1
No files found.
CONTRIBUTORS
View file @
bb1d1713
...
...
@@ -20,6 +20,7 @@ Google Inc.
Nat Duca
Vangelis Kokkevis
Zhenyao Mo
Daniel Nicoara
Alastair Patrick
Alok Priyadarshi
Kenneth Russell
...
...
include/EGL/eglplatform.h
View file @
bb1d1713
...
...
@@ -83,6 +83,12 @@ typedef int EGLNativeDisplayType;
typedef
void
*
EGLNativeWindowType
;
typedef
void
*
EGLNativePixmapType
;
#elif defined(WL_EGL_PLATFORM)
typedef
struct
wl_display
*
EGLNativeDisplayType
;
typedef
struct
wl_egl_pixmap
*
EGLNativePixmapType
;
typedef
struct
wl_egl_window
*
EGLNativeWindowType
;
#elif defined(__unix__)
/* X11 (tentative) */
...
...
src/common/version.h
View file @
bb1d1713
#define MAJOR_VERSION 0
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 70
8
#define BUILD_REVISION 70
9
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment