This commit is contained in:
disttsc%bart.nl 2001-01-14 00:58:06 +00:00
Родитель 05b735c271
Коммит 0992dc7dae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -747,7 +747,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);
}