2008-11-10 Andrew Haley <aph@redhat.com>

* native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c 
        (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): 
        Remove bogus gdk_threads_leave ();

From-SVN: r141738
This commit is contained in:
Andrew Haley 2008-11-10 12:33:22 +00:00 committed by Andrew Haley
parent 93542a3108
commit 94b5f4db22
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-11-10 Andrew Haley <aph@redhat.com>
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
(Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
Remove bogus gdk_threads_leave ();
2008-11-05 Andrew Haley <aph@redhat.com>
* gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getKerning):

View File

@ -351,7 +351,6 @@ Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector
for (i = 0; i < n; i++)
{
PangoFcFont *font = JLONG_TO_PTR(PangoFcFont, fonts[i]);
gdk_threads_leave ();
/* Draw as many glyphs as possible with the current font */
int length = 0;