(file) Return to quartz.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / darwin

 1 herrb 1.1 /*
 2             quartz.h
 3           
 4             Quartz-specific functions and definitions
 5           */
 6           
 7           #ifndef _QUARTZ_H
 8           #define _QUARTZ_H
 9           
10           #include "X11/Xproto.h"
11           #include "screenint.h"
12 herrb 1.3 #include "quartzShared.h"
13 herrb 1.1 
14 herrb 1.3 void QuartzOsVendorInit(void);
15 herrb 1.1 Bool QuartzAddScreen(ScreenPtr screen);
16           void QuartzGiveUp(void);
17           void QuartzHide(void);
18           void QuartzShow(void);
19           
20           #endif

Powered by
ViewCVS 0.9.2