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:
Enrico Weigelt, metux IT consult
2026-02-10 12:57:00 +01:00
committed by Enrico Weigelt
parent 54c996274f
commit 62b0add858
17 changed files with 21 additions and 67 deletions

View File

@@ -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)

View File

@@ -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 */