/[classpath]/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by mark, Fri Sep 30 10:32:44 2005 UTC revision 1.34 by andreast, Fri Sep 30 22:12:33 2005 UTC
# Line 934  Java_gnu_java_awt_peer_gtk_GdkGraphics2D Line 934  Java_gnu_java_awt_peer_gtk_GdkGraphics2D
934                                                          CAIRO_FORMAT_ARGB32,                                                          CAIRO_FORMAT_ARGB32,
935                                                          w, h, stride * 4);                                                          w, h, stride * 4);
936    g_assert (gr->pattern_surface != NULL);    g_assert (gr->pattern_surface != NULL);
   cairo_pattern_set_extend (gr->pattern, 1);  
937    gr->pattern = cairo_pattern_create_for_surface (gr->pattern_surface);    gr->pattern = cairo_pattern_create_for_surface (gr->pattern_surface);
938    g_assert (gr->pattern != NULL);    g_assert (gr->pattern != NULL);
939      cairo_pattern_set_extend (gr->pattern, CAIRO_EXTEND_REPEAT);
940    cairo_set_source (gr->cr, gr->pattern);    cairo_set_source (gr->cr, gr->pattern);
941  }  }
942    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26