diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-02-02 23:26:55 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-02-02 23:26:55 +0000 |
commit | 01440e457e1048196a412d786b4cce4f238002a2 (patch) | |
tree | b28c3aa0b4242d04da5ca37e7dbe22313279b371 /gdk/gdkimage.c | |
parent | 4ec8e2b20e9e9dc4dcf3a4c789390cfe50455075 (diff) | |
download | gtk+-01440e457e1048196a412d786b4cce4f238002a2.tar.gz |
Use a weak reference instead of ref()/unref(). (#60857, reported by Joshua
Tue Feb 3 00:14:36 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
Use a weak reference instead of ref()/unref(). (#60857, reported
by Joshua N Pritikin)
* gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
Diffstat (limited to 'gdk/gdkimage.c')
-rw-r--r-- | gdk/gdkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c index 61ac976bd7..c7ef2efd90 100644 --- a/gdk/gdkimage.c +++ b/gdk/gdkimage.c @@ -247,7 +247,7 @@ scratch_image_info_for_depth (GdkScreen *screen, image_info->depth = depth; image_info->screen = screen; - /* Try to allocate as few possible shared images */ + /* Try to allocate as few possible shared images */ for (i=0; i < G_N_ELEMENTS (possible_n_images); i++) { if (allocate_scratch_images (image_info, possible_n_images[i], TRUE)) |