diff options
Diffstat (limited to 'xorg-server/include/windowstr.h')
-rw-r--r-- | xorg-server/include/windowstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/windowstr.h b/xorg-server/include/windowstr.h index 15a83f056..e06418659 100644 --- a/xorg-server/include/windowstr.h +++ b/xorg-server/include/windowstr.h @@ -144,7 +144,7 @@ typedef struct _Window { Mask eventMask; /* mask from the creating client */ PixUnion background; PixUnion border; - pointer backStorage; /* null when BS disabled */ + void *backStorage; /* null when BS disabled */ WindowOptPtr optional; unsigned backgroundState:2; /* None, Relative, Pixel, Pixmap */ unsigned borderIsPixel:1; |