classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Fix gdk_env() function prototype


From: Mark Wielaard
Subject: [cp-patches] FYI: Fix gdk_env() function prototype
Date: Thu, 20 Jan 2005 11:02:19 +0100

Hi,

To make compiling with --enable-Werror possible again (there really
should not be any warnings from C code) I fixed the new gdk_env function
prototype.

2005-01-20  Mark Wielaard  <address@hidden>

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

Cheers,

Mark

--- native/jni/gtk-peer/gtkpeer.h       19 Jan 2005 08:10:27 -0000      1.29
+++ native/jni/gtk-peer/gtkpeer.h       20 Jan 2005 09:56:55 -0000
@@ -465,7 +465,7 @@
 extern jclass gdkColor;
 extern jmethodID gdkColorID;

-JNIEnv *gdk_env();
+JNIEnv *gdk_env(void);

 extern double dpi_conversion_factor;


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]