Revert an accidental commit
svn path=/trunk/; revision=22421
This commit is contained in:
parent
d0e7f5889e
commit
fd20c54e35
@ -2116,16 +2116,16 @@ gdk_window_clear_backing_rect_redirect (GdkWindow *window,
|
|||||||
if (GDK_WINDOW_DESTROYED (window))
|
if (GDK_WINDOW_DESTROYED (window))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
clip_region = _gdk_window_calculate_full_clip_region (window,
|
|
||||||
GDK_WINDOW (redirect->redirected),
|
|
||||||
NULL, TRUE,
|
|
||||||
&x_offset, &y_offset);
|
|
||||||
|
|
||||||
paint.x_offset = x_offset;
|
paint.x_offset = x_offset;
|
||||||
paint.y_offset = y_offset;
|
paint.y_offset = y_offset;
|
||||||
paint.pixmap = redirect->pixmap;
|
paint.pixmap = redirect->pixmap;
|
||||||
paint.surface = _gdk_drawable_ref_cairo_surface (redirect->pixmap);
|
paint.surface = _gdk_drawable_ref_cairo_surface (redirect->pixmap);
|
||||||
|
|
||||||
|
clip_region = _gdk_window_calculate_full_clip_region (window,
|
||||||
|
GDK_WINDOW (redirect->redirected),
|
||||||
|
NULL, TRUE,
|
||||||
|
&x_offset, &y_offset);
|
||||||
|
|
||||||
method.cr = NULL;
|
method.cr = NULL;
|
||||||
method.gc = NULL;
|
method.gc = NULL;
|
||||||
setup_backing_rect_method (&method, window, &paint, 0, 0);
|
setup_backing_rect_method (&method, window, &paint, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user