|
version 1.1, 2001/01/14 16:44:55
|
version 1.3, 2001/03/04 17:40:04
|
|
|
|
| | |
| #include "X11/Xproto.h" | #include "X11/Xproto.h" |
| #include "screenint.h" | #include "screenint.h" |
| |
#include "quartzShared.h" |
| | |
| // NX_APPDEFINED event subtypes for special commands |
|
| enum { |
|
| kXServerClearModifiers, |
|
| kXServerShow, |
|
| kXServerHide, |
|
| kXServerQuit |
|
| }; |
|
| |
|
| Bool QuartzAddScreen(ScreenPtr screen); |
|
| void QuartzStoreColors(ColormapPtr pmap, int numEntries, xColorItem *pdefs); |
|
| Bool QuartzInitCursor(ScreenPtr pScreen); |
|
| void QuartzOsVendorInit(void); | void QuartzOsVendorInit(void); |
| |
Bool QuartzAddScreen(ScreenPtr screen); |
| void QuartzGiveUp(void); | void QuartzGiveUp(void); |
| void QuartzHide(void); | void QuartzHide(void); |
| void QuartzShow(void); | void QuartzShow(void); |