aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/src/Regions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/src/Regions.h b/nxcompshad/src/Regions.h
index 59fdcb46c..2bc24a39c 100644
--- a/nxcompshad/src/Regions.h
+++ b/nxcompshad/src/Regions.h
@@ -33,7 +33,7 @@ typedef struct {
short x1, x2, y1, y2;
} Box, BOX, BoxRec, *BoxPtr;
-typedef struct _XRegion {
+struct _XRegion {
long size;
long numRects;
BOX *rects;