diff options
Diffstat (limited to 'include/scrnintstr.h')
-rw-r--r-- | include/scrnintstr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 973497330..edd14c12f 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -75,10 +75,6 @@ typedef struct _Visual { * it may have more or fewer */ unsigned long redMask, greenMask, blueMask; int offsetRed, offsetGreen, offsetBlue; -#ifdef COMPOSITE - unsigned long alphaMask; - int offsetAlpha; -#endif } VisualRec; typedef struct _Depth { |