diff options
author | Chien Yang <[email protected]> | 2005-02-15 01:26:47 +0000 |
---|---|---|
committer | Chien Yang <[email protected]> | 2005-02-15 01:26:47 +0000 |
commit | f756f4a104cbcca3acebe3c06eeb2f5718e81378 (patch) | |
tree | bcff34e486d020333e9ee40450733f04de0a1180 /src/native/ogl/Canvas3D.c | |
parent | a90f7246c1068b26411cc04c2ff28d872580beae (diff) |
Update comment : change issue 97 to issue 104
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@123 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/ogl/Canvas3D.c')
-rw-r--r-- | src/native/ogl/Canvas3D.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native/ogl/Canvas3D.c b/src/native/ogl/Canvas3D.c index a33eb54..647d5b4 100644 --- a/src/native/ogl/Canvas3D.c +++ b/src/native/ogl/Canvas3D.c @@ -1241,7 +1241,7 @@ jlong JNICALL Java_javax_media_j3d_Canvas3D_createNewContext( * by wglChoosePixelFormat() or wglChoosePixelFormatARB. */ - if(!offScreen) { // Fix to issue 97 + if(!offScreen) { // Fix to issue 104 if ((PixelFormatInfoPtr == NULL) || (PixelFormatInfoPtr->onScreenPFormat <= 0)) { printErrorMessage("Canvas3D_createNewContext: onScreen PixelFormat is invalid"); return 0; @@ -3352,7 +3352,7 @@ void JNICALL Java_javax_media_j3d_Canvas3D_createQueryContext( * by wglChoosePixelFormat() or wglChoosePixelFormatARB. */ - // Fix to issue 97 + // Fix to issue 104 if(!offScreen) { if ((PixelFormatInfoPtr == NULL) || (PixelFormatInfoPtr->onScreenPFormat <= 0)) { printErrorMessage("Canvas3D_createNewContext: onScreen PixelFormat is invalid"); |