summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@usa.net>2003-09-30 17:10:02 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-09-30 17:10:02 +0000
commitfa7b7509941959605cddf14bcfbed8f5a7dbb729 (patch)
treee848016b09568668e1e9b71417ef6366816a5b5d /gtk/gtkcellrenderer.h
parent9cec9f2bc295306f444bd03b783045b620b9f072 (diff)
downloadgtk+-fa7b7509941959605cddf14bcfbed8f5a7dbb729.tar.gz
The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because
2003-09-30 Murray Cumming <murrayc@usa.net> * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because that what it is given. The documentation was already correct. This should cause no API/ABI breakage with C compilers. * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, gtkcellrenderertogger.c: Updated the declarations of the render vfunc implementation accordingly.
Diffstat (limited to 'gtk/gtkcellrenderer.h')
-rw-r--r--gtk/gtkcellrenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderer.h b/gtk/gtkcellrenderer.h
index 7b693e7c7f..0dd241b9ff 100644
--- a/gtk/gtkcellrenderer.h
+++ b/gtk/gtkcellrenderer.h
@@ -86,7 +86,7 @@ struct _GtkCellRendererClass
gint *width,
gint *height);
void (* render) (GtkCellRenderer *cell,
- GdkWindow *window,
+ GdkDrawable *window,
GtkWidget *widget,
GdkRectangle *background_area,
GdkRectangle *cell_area,