summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-04 20:33:37 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-04 20:33:37 +0000
commitdef01f6cbb73fa9c96215f423f7eeae5c18511d1 (patch)
treeab8b62681897dc76f2f9d1114a165c6f28c20bde /contrib
parent47af28acacbdd63dd0330ac5762be788f061dc95 (diff)
downloadgdk-pixbuf-def01f6cbb73fa9c96215f423f7eeae5c18511d1.tar.gz
remove C++ comment, reported by Dan McNichol
2001-06-04 Havoc Pennington <hp@redhat.com> * gdk-pixbuf-xlibrgb.c (xlib_rgb_init): remove C++ comment, reported by Dan McNichol
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdk-pixbuf-xlib/ChangeLog5
-rw-r--r--contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog
index 697b49c28..c6cc55fd5 100644
--- a/contrib/gdk-pixbuf-xlib/ChangeLog
+++ b/contrib/gdk-pixbuf-xlib/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-04 Havoc Pennington <hp@redhat.com>
+
+ * gdk-pixbuf-xlibrgb.c (xlib_rgb_init): remove C++ comment,
+ reported by Dan McNichol
+
Mon Jan 8 11:41:41 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c
index 97e6d71fa..da70d703b 100644
--- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c
+++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c
@@ -730,7 +730,7 @@ xlib_rgb_set_gray_cmap (Colormap cmap)
void
xlib_rgb_init (Display *display, Screen *screen)
{
- int prefDepth = -1; // let the function do the visual scoring
+ int prefDepth = -1; /* let the function do the visual scoring */
xlib_rgb_init_with_depth(display, screen, prefDepth);
}