Updating xlib. Not part of the build

This commit is contained in:
quy%igelaus.com.au 2000-08-28 03:48:52 +00:00
Родитель 8986a62693
Коммит bef66bcdf6
2 изменённых файлов: 8 добавлений и 2 удалений

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

@ -196,7 +196,7 @@ static int static_image_idx;
static unsigned char *colorcube;
static unsigned char *colorcube_d;
static unsigned long
unsigned long
xlib_get_prec_from_mask(unsigned long val)
{
unsigned long retval = 0;
@ -212,7 +212,7 @@ xlib_get_prec_from_mask(unsigned long val)
return retval;
}
static unsigned long
unsigned long
xlib_get_shift_from_mask(unsigned long val)
{
unsigned long cur_bit = 0;

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

@ -201,6 +201,12 @@ xlib_rgb_get_display (void);
Screen *
xlib_rgb_get_screen (void);
unsigned long
xlib_get_prec_from_mask(unsigned long);
unsigned long
xlib_get_shift_from_mask(unsigned long);
#ifdef __cplusplus
}
#endif /* __cplusplus */