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]

[patch] Use native_text_layout_state_table


Hi all,

forgot to commit this one.

I need to actually use native_text_layout_state_table somewhere :)

* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c: Use
	native_text_layout_state_table here.

Andreas



Index: jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c
===================================================================
RCS file: /cvs/gcc/gcc/libjava/jni/gtk-peer/Attic/gnu_java_awt_peer_gtk_GdkTextLayout.c,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 gnu_java_awt_peer_gtk_GdkTextLayout.c
--- jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c 4 Oct 2004 16:45:49 -0000 1.1.2.1
+++ jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c 9 Oct 2004 19:25:38 -0000
@@ -42,6 +42,8 @@
#include "gdkfont.h"
#include "gnu_java_awt_peer_gtk_GdkTextLayout.h"


+struct state_table *native_text_layout_state_table;
+
JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_initStaticState
(JNIEnv *env, jclass clazz)
{



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