From 98e421582835c6cbadf79dc5ab46c6339962f776 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 5 Jan 2004 18:28:09 +0000 Subject: [PATCH] and a bit more. --- gdk/gdkimage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkimage.h b/gdk/gdkimage.h index 34ac913c7f..1b52f85019 100644 --- a/gdk/gdkimage.h +++ b/gdk/gdkimage.h @@ -51,9 +51,9 @@ struct _GdkImage guint16 bits_per_pixel; /* read only. bits per pixel */ gpointer mem; - GdkColormap *colormap; + GdkColormap *colormap; /* read only. */ - gpointer windowing_data; + gpointer windowing_data; /* read only. */ }; struct _GdkImageClass