mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix problem with lost parameter.
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkimage.c (gdk_image_get): Fix problem with lost parameter.
This commit is contained in:
parent
9b6c73271f
commit
aa1a46e26b
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Nov 21 17:41:39 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (gdk_image_get): Fix problem with
|
||||
lost parameter.
|
||||
|
||||
Wed Nov 21 17:01:25 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderer.h gtk/gtktreemodel.h
|
||||
|
@ -87,7 +87,7 @@ gdk_image_get (GdkWindow *drawable,
|
||||
g_return_val_if_fail (width >= 0, NULL);
|
||||
g_return_val_if_fail (height >= 0, NULL);
|
||||
|
||||
return gdk_drawable_get_image (drawable, y, width, height);
|
||||
return gdk_drawable_get_image (drawable, x, y, width, height);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user