don't set the tile in the gc, that's for window backgrounds, not drawing

This commit is contained in:
blizzard%appliedtheory.com 1998-10-15 17:57:13 +00:00
parent c60e81e40d
commit c1f2310f72

View File

@ -366,11 +366,6 @@ _IMGCB_DisplayPixmap(IMGCB* img_cb, jint op, void* dpy_cx, IL_Pixmap* image,
gdk_gc_set_ts_origin(gc, x_offset, y_offset);
gdk_gc_set_clip_origin(gc, rect_x_offset, rect_y_offset);
if (tiling_required)
{
gdk_gc_set_fill(gc, GDK_TILED);
gdk_gc_set_tile(gc,img_x_pixmap);
}
if (fe_drawable->clip_region) { /* This is a bad hack */
GdkRegionPrivate * hack = gdk_region_new();