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:
parent
bfd04045e5
commit
b1df326ab3
@ -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>
|
2005-08-09 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.
|
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.
|
||||||
|
@ -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>
|
2005-08-09 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.
|
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.
|
||||||
|
@ -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>
|
2005-08-09 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.
|
* configure.in: Strip out all Xft, FreeType, and pangoxft checking.
|
||||||
|
@ -2109,9 +2109,6 @@ gdk_window_ref_cairo_surface (GdkDrawable *drawable)
|
|||||||
{
|
{
|
||||||
GdkWindowObject *private = (GdkWindowObject*) drawable;
|
GdkWindowObject *private = (GdkWindowObject*) drawable;
|
||||||
cairo_surface_t *surface;
|
cairo_surface_t *surface;
|
||||||
gint x_offset, y_offset;
|
|
||||||
|
|
||||||
gdk_window_get_offsets (GDK_WINDOW (drawable), &x_offset, &y_offset);
|
|
||||||
|
|
||||||
if (private->paint_stack)
|
if (private->paint_stack)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user