mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
mi: move ValidateRec to mi_priv.h and rename to MiValidateRec
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
54c996274f
commit
62b0add858
@@ -32,8 +32,8 @@ in this Software without prior written authorization from The Open Group.
|
||||
|
||||
typedef enum { VTOther, VTStack, VTMove, VTUnmap, VTMap, VTBroken } VTKind;
|
||||
|
||||
/* union _Validate is now device dependent; see mivalidate.h for an example */
|
||||
typedef union _Validate *ValidatePtr;
|
||||
/* union _MiValidate is now device dependent; see mivalidate.h for an example */
|
||||
typedef union _MiValidate *ValidatePtr;
|
||||
|
||||
#define UnmapValData ((ValidatePtr)1)
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ typedef struct _Window {
|
||||
WindowPtr lastChild; /* bottom-most child */
|
||||
RegionRec clipList; /* clipping rectangle for output */
|
||||
RegionRec borderClip; /* NotClippedByChildren + border */
|
||||
union _Validate *valdata;
|
||||
union _MiValidate *valdata;
|
||||
RegionRec winSize;
|
||||
RegionRec borderSize;
|
||||
xPoint origin; /* position relative to parent */
|
||||
|
||||
Reference in New Issue
Block a user