[kaffe] CVS kaffe (robilad): resynced with gnu classpath: small warning fix

Kaffe CVS cvs-commits at kaffe.org
Sat Jan 22 12:54:19 PST 2005


PatchSet 5892 
Date: 2005/01/22 18:49:04
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
resynced with gnu classpath: small warning fix

2005-01-22  Dalibor Topic  <robilad at kaffe.org>

Resynced with GNU Classpath.

2005-01-20  Mark Wielaard  <mark at klomp.org>

* native/jni/gtk-peer/gtkpeer.h (gdk_env): Fix prototype.

Members: 
	ChangeLog:1.3431->1.3432 
	libraries/clib/awt/classpath-gtk/gtk-peer/gtkpeer.h:1.8->1.9 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3431 kaffe/ChangeLog:1.3432
--- kaffe/ChangeLog:1.3431	Sat Jan 22 18:47:23 2005
+++ kaffe/ChangeLog	Sat Jan 22 18:49:04 2005
@@ -2,6 +2,14 @@
 
 	Resynced with GNU Classpath.
 	
+	2005-01-20  Mark Wielaard  <mark at klomp.org>
+
+	* native/jni/gtk-peer/gtkpeer.h (gdk_env): Fix prototype.
+
+2005-01-22  Dalibor Topic  <robilad at kaffe.org>
+
+	Resynced with GNU Classpath.
+	
 	2005-01-20  Graydon Hoare  <graydon at redhat.com>
 
 	* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
Index: kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gtkpeer.h
diff -u kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gtkpeer.h:1.8 kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gtkpeer.h:1.9
--- kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gtkpeer.h:1.8	Sat Jan 22 18:25:09 2005
+++ kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gtkpeer.h	Sat Jan 22 18:49:11 2005
@@ -465,7 +465,7 @@
 extern jclass gdkColor;
 extern jmethodID gdkColorID;
 
-JNIEnv *gdk_env();
+JNIEnv *gdk_env(void);
 
 extern double dpi_conversion_factor;
 




More information about the kaffe mailing list