This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: Generate window events


Hi,

On Fri, 2003-10-24 at 01:16, Thomas Fitzsimmons wrote:
> This patch implements window event generation for the GTK peers.  It
> also fixes some related problems in the Window class.
>
> 2003-10-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
> [...]
> 	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
> 	(window_delete_cb, window_destroy_cb, window_show_cb,
> 	window_focus_in_cb, window_focus_out_cb, window_window_state_cb,
> 	window_get_new_state): New functions.

This uses GdkDisplay which isn't available in GTK+ pre 2.2.
GTK+ 2.2 is now about 9 months old. I am not sure how many people will
have it. When I compiled Classpath on an old Debian (stable) release
which comes with gtk+ 2.0.2, I didn't get a configure failure, but a
compile error.

Cheers,

Mark

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]