mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
Initial revision
This commit is contained in:
parent
d461855a73
commit
90f1536dd3
91 changed files with 27196 additions and 0 deletions
10
cfb/cfbtab.h
Normal file
10
cfb/cfbtab.h
Normal 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_ */
|
||||
Loading…
Reference in a new issue