diff options
author | Sven Gothel <[email protected]> | 2008-11-26 18:55:09 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-11-26 18:55:09 +0000 |
commit | 511a3af08936b839218898ec3a3ee4c2cddec10e (patch) | |
tree | 7e873935d3d3b2e3a1bd8d7341ba4b34f4090bae /make/stub_includes/egl/EGL | |
parent | cc770d96bada835c19a0b38ad9cb49fb8b91d23a (diff) |
Newt Window
- Uses GLCapabilities for window creation
- Note: This is implemented in the new KDWindow only, for now.
- FIXME: Respect GLCapabilities for other implementations (X11, MacOS, Windows)
visualID shall be determined by GLCapabilities,
and set to 0 if not implemented.
- New OpenKODE KDWindow
- Compile native code at with 'ant -DuseKD=true'
- Use KD in newt with the Java property set newt.ws.name=KD
- API change:
NewtFactory.createWindow() takes GLCapabilities insteast of a fake visualID
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1804 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes/egl/EGL')
-rwxr-xr-x | make/stub_includes/egl/EGL/eglplatform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/stub_includes/egl/EGL/eglplatform.h b/make/stub_includes/egl/EGL/eglplatform.h index 69893006e..0b9ceb70a 100755 --- a/make/stub_includes/egl/EGL/eglplatform.h +++ b/make/stub_includes/egl/EGL/eglplatform.h @@ -52,6 +52,7 @@ extern "C" { // Define native window system types typedef int EGLNativeDisplayType; +typedef void* EGLNativePointerType; typedef void* EGLNativeWindowType; typedef void* EGLNativePixmapType; |