diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | 90f1536dd315cd265bfc7ef35058761a65a01734 (patch) | |
tree | ce1f7aed9444ad2577d62a6e5a2dd36008771c6c /cfb | |
parent | d461855a73d8c9f51a18673aef7ce88f94a71629 (diff) |
Initial revision
Diffstat (limited to 'cfb')
-rw-r--r-- | cfb/cfbtab.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cfb/cfbtab.h b/cfb/cfbtab.h new file mode 100644 index 000000000..5c4f1c445 --- /dev/null +++ b/cfb/cfbtab.h @@ -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_ */ |