diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 146690bf1..172434f4a 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -71,8 +71,8 @@ typedef struct _Visual { short nplanes; /* = log2 (ColormapEntries). This does not * imply that the screen has this many planes. * it may have more or fewer */ - unsigned long redMask, greenMask, blueMask; int offsetRed, offsetGreen, offsetBlue; + unsigned long redMask, greenMask, blueMask; } VisualRec; typedef struct _Depth {