ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/dpsclient/dpsNeXT.h

This is dpsNeXT.h in view mode; [Download] [Up]

#ifndef _GNUSTEP_DPSCLIENT_DPSNEXT_H_
#define _GNUSTEP_DPSCLIENT_DPSNEXT_H_

#include "event.h"
#include "dpsclient.h"

#define NX_CLEAR	0	/* composite operators */
#define NX_COPY		1
#define NX_SOVER	2
#define NX_SIN		3
#define NX_SOUT		4
#define NX_SATOP	5
#define NX_DOVER	6
#define NX_DIN		7
#define NX_DOUT		8
#define NX_DATOP	9
#define NX_XOR		10
#define NX_PLUSD	11
#define NX_HIGHLIGHT	12
#define NX_PLUSL	13		/* not implemented for 1.0 */
#define NX_PLUS		NX_PLUSD	/* for back compatibility. NX_PLUSD
					 * is preferred */

/* Window Backing Types */
#define NX_RETAINED    0
#define NX_NONRETAINED 1
#define NX_BUFFERED    2

/* Window Screen List Placement */
#define NX_ABOVE 0
#define NX_BELOW 1
#define NX_OUT   2

#define NX_FOREVER	(6307200000.0)	/* 200 years of seconds */

#define DPS_ALLCONTEXTS	((DPSContext)-1) /* refers to all existing contexts */



#endif  _GNUSTEP_DPSCLIENT_DPSNEXT_H_


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.