mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 16:30:09 +01:00
Reverted darwin/bundle/**/Credits.rtf to XFree86 versions to avoid
future conflicts on ASCII but not humal readable files. (There should
probably be separate CreditsXorg.rtf files) (Egbert Eich).
10 lines
174 B
C
10 lines
174 B
C
/* $XFree86$ */
|
|
|
|
#ifndef _CFBTAB_H_
|
|
#define _CFBTAB_H_
|
|
|
|
/* prototypes */
|
|
extern int starttab[32], endtab[32];
|
|
extern unsigned int partmasks[32][32];
|
|
|
|
#endif /* _CFBTAB_H_ */
|