/[classpath]/classpath/native/jni/gtk-peer/gtk_jawt.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gtk_jawt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by fitzsim, Wed Aug 31 21:27:06 2005 UTC revision 1.4 by mark, Thu Sep 1 16:34:39 2005 UTC
# Line 117  classpath_jawt_get_visualID (JNIEnv* env Line 117  classpath_jawt_get_visualID (JNIEnv* env
117        return visual->visualid;        return visual->visualid;
118      }      }
119    else    else
120      return NULL;      return (VisualID) NULL;
121  }  }
122    
123  /* Does not require locking: meant to be called after the drawing  /* Does not require locking: meant to be called after the drawing
# Line 151  classpath_jawt_get_drawable (JNIEnv* env Line 151  classpath_jawt_get_drawable (JNIEnv* env
151        return drawable;        return drawable;
152      }      }
153    else    else
154      return NULL;      return (Drawable) NULL;
155  }  }
156    
157  jint  jint

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26