blob: 5c4f1c445f59f25e6fc0421b6c1e0b426fd3191c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $XFree86: xc/programs/Xserver/cfb/cfbtab.h,v 1.1 2003/07/16 01:38:37 dawes Exp $ */
#ifndef _CFBTAB_H_
#define _CFBTAB_H_
/* prototypes */
extern int starttab[32], endtab[32];
extern unsigned int partmasks[32][32];
#endif /* _CFBTAB_H_ */
|