summaryrefslogtreecommitdiff
path: root/mi/mivalidate.h
diff options
context:
space:
mode:
Diffstat (limited to 'mi/mivalidate.h')
-rw-r--r--mi/mivalidate.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/mi/mivalidate.h b/mi/mivalidate.h
index 18700ac79..4c64ab34e 100644
--- a/mi/mivalidate.h
+++ b/mi/mivalidate.h
@@ -37,15 +37,15 @@ from The Open Group.
typedef union _Validate {
struct BeforeValidate {
- DDXPointRec oldAbsCorner; /* old window position */
- RegionPtr borderVisible; /* visible region of border, */
- /* non-null when size changes */
- Bool resized; /* unclipped winSize has changed */
+ DDXPointRec oldAbsCorner; /* old window position */
+ RegionPtr borderVisible; /* visible region of border, */
+ /* non-null when size changes */
+ Bool resized; /* unclipped winSize has changed */
} before;
struct AfterValidate {
- RegionRec exposed; /* exposed regions, absolute pos */
- RegionRec borderExposed;
+ RegionRec exposed; /* exposed regions, absolute pos */
+ RegionRec borderExposed;
} after;
} ValidateRec;
-#endif /* MIVALIDATE_H */
+#endif /* MIVALIDATE_H */