support of private data of z-node

This commit is contained in:
Vincent Wei
2020-02-02 22:34:15 +08:00
parent 07585edb1e
commit fc514cd4c4

View File

@@ -90,11 +90,12 @@ typedef struct _ZORDERNODE {
RECT dirty_rc; /* dirty rect */
#endif /* not defined _MGSCHEMA_COMPOSITING */
int idx_mask_rect; /* The first position of mask rect. */
int _padding;
int idx_mask_rect; /* the first position of the mask rects. */
int next;
int prev;
void* priv_data; /* the private data of this znode. */
} ZORDERNODE;
typedef ZORDERNODE* PZORDERNODE;