<raster@redhat.com>

<raster@redhat.com>

added 2 memebrs to struct _GdkWindowPrivate (at end) to paralell gtk 1.0
changes to keep the data structure the same size (otherwise harmless).
This commit is contained in:
rhlabs 1998-04-30 23:57:15 +00:00
parent 8850ce814d
commit e909f843f8

View File

@ -81,6 +81,8 @@ struct _GdkWindowPrivate
gint extension_events;
GList *filters;
GdkColormap *colormap;
GList *children;
};
struct _GdkImagePrivate