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
This commit is contained in:
committed by
Havoc Pennington
parent
47af28acac
commit
def01f6cbb
@ -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>
|
Mon Jan 8 11:41:41 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
|
* Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
|
||||||
|
|||||||
@ -730,7 +730,7 @@ xlib_rgb_set_gray_cmap (Colormap cmap)
|
|||||||
void
|
void
|
||||||
xlib_rgb_init (Display *display, Screen *screen)
|
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);
|
xlib_rgb_init_with_depth(display, screen, prefDepth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user