Skip to content
  • Havoc Pennington's avatar
    Re-enable the "find" dialog · 86b5c82a
    Havoc Pennington authored
    2000-10-23  Havoc Pennington  <hp@redhat.com>
    
            * gtk/testtext.c: Re-enable the "find" dialog
    
    	* gtk/testgtk.c: Add test for gdk_drawable_get_image
    
    	* gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
    	the arguments to gdk_draw_drawable were in the wrong order
    	(gdk_window_paint_init_bg): This function was ignoring the
    	init_region, instead of clipping to it, so the entire backing
    	pixmap was cleared on every begin_paint()
    	(gdk_window_begin_paint_region): Hmm, the same list-walking bug
    	was in here again, the loop kept using the same GtkWindowPaint
    	over and over.
    	(gdk_window_begin_paint_region): Fix a bug where we had two
    	x_offset instead of x_offset and y_offset
    
    	* gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
    	before we get the image.
    	(gdk_draw_drawable): get the composite before we draw the drawable.
    	(gdk_drawable_real_get_composite_drawable): default
    	get_composite_drawable implementation that returns the drawable
    	itself
    
    	* gd...
    86b5c82a