|
|
|
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 13 // NX_APPDEFINED event subtypes for special commands 14 enum { | ||
15 herrb 1.2 kXServerUpdateModifiers, | ||
16 herrb 1.1 kXServerShow, 17 kXServerHide, 18 kXServerQuit 19 }; 20 21 Bool QuartzAddScreen(ScreenPtr screen); 22 void QuartzOsVendorInit(void); 23 void QuartzGiveUp(void); 24 void QuartzHide(void); 25 void QuartzShow(void); 26 27 #endif |
|
Powered by ViewCVS 0.9.2 |