Initial revision

This commit is contained in:
Kaleb Keithley 2003-11-25 19:29:01 +00:00
commit 90f1536dd3
91 changed files with 27196 additions and 0 deletions

10
cfb/cfbtab.h Normal file
View file

@ -0,0 +1,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_ */