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

« back to all changes in this revision

Viewing changes to fb/fbpseudocolor.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
#ifndef _FB_XX_H_
 
2
# define  _FB_XX_H_
 
3
 
 
4
typedef void (*xxSyncFunc)(ScreenPtr);
 
5
extern Bool xxSetup(ScreenPtr pScreen, int myDepth,
 
6
                    int baseDepth, char *addr, xxSyncFunc sync);
 
7
extern void xxPrintVisuals(void);
 
8
 
 
9
 
 
10
#endif /* _FB_XX_H_ */
 
11
 
 
12
 
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20