~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to cfb/cfbtab.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $XFree86$ */
 
2
 
 
3
#ifdef HAVE_DIX_CONFIG_H
 
4
#include <dix-config.h>
 
5
#endif
 
6
 
 
7
#ifndef _CFBTAB_H_
 
8
#define _CFBTAB_H_
 
9
 
 
10
/* prototypes */
 
11
#if 0
 
12
extern int starttab[32], endtab[32];
 
13
extern unsigned int partmasks[32][32];
 
14
#endif
 
15
 
 
16
#endif /* _CFBTAB_H_ */