mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
sna: drop compile-time check for GLYPHPADBYTES == 4
It's always defined to 4, so extra check necessary. See: xserver commit 17c3347f14822b9f7da4253c71f6ed51be2b38d1 Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ff03e6981b
commit
25f4892b66
@@ -57,10 +57,6 @@
|
||||
#error "IMAGE_BYTE_ORDER must be LSBFirst"
|
||||
#endif
|
||||
|
||||
#if GLYPHPADBYTES != 4
|
||||
#error "GLYPHPADBYTES must be 4"
|
||||
#endif
|
||||
|
||||
#if FB_SHIFT != 5
|
||||
#error "FB_SHIFT ala LOG2_BITMAP_PAD must be 5"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user