Remove superfluous call to gdk_window_get_offsets (). (#313051, Bertram

2005-08-09  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkwindow.c (gdk_window_ref_cairo_surface): Remove superfluous
        call to gdk_window_get_offsets (). (#313051, Bertram Felgenhauer)
This commit is contained in:
Owen Taylor 2005-08-10 02:40:10 +00:00 committed by Owen Taylor
parent bfd04045e5
commit b1df326ab3
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-08-09 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_ref_cairo_surface): Remove superfluous
call to gdk_window_get_offsets (). (#313051, Bertram Felgenhauer)
2005-08-09 Owen Taylor <otaylor@redhat.com>
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.

View File

@ -1,3 +1,8 @@
2005-08-09 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_ref_cairo_surface): Remove superfluous
call to gdk_window_get_offsets (). (#313051, Bertram Felgenhauer)
2005-08-09 Owen Taylor <otaylor@redhat.com>
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.

View File

@ -1,3 +1,8 @@
2005-08-09 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_ref_cairo_surface): Remove superfluous
call to gdk_window_get_offsets (). (#313051, Bertram Felgenhauer)
2005-08-09 Owen Taylor <otaylor@redhat.com>
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.

View File

@ -2109,9 +2109,6 @@ gdk_window_ref_cairo_surface (GdkDrawable *drawable)
{
GdkWindowObject *private = (GdkWindowObject*) drawable;
cairo_surface_t *surface;
gint x_offset, y_offset;
gdk_window_get_offsets (GDK_WINDOW (drawable), &x_offset, &y_offset);
if (private->paint_stack)
{