diff options
author | Keith Packard <keithp@keithp.com> | 2004-08-07 00:58:21 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-08-07 00:58:21 +0000 |
commit | cff0043a347ba06e8ab16a84a35c99794b45149b (patch) | |
tree | ef98083e4671a7f209f3285556d37f221ec02ba4 /include/scrnintstr.h | |
parent | 196aafb19a3cfdc8c21f9bf75814cf0d84ff4446 (diff) |
Remove alpha-related fields from visual structure to retain binary
compatibilty. Applications using ARGB visuals will need to use Render
or other mechanisms to compute pixel values instead of AllocColor
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 { |