mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-08 10:32:01 +00:00
Bump the default pixel depth to 24, and default bpp to 32.
This commit is contained in:
@@ -430,11 +430,11 @@ xf86AddPixFormat(ScrnInfoPtr pScrn, int depth, int bpp, int pad)
|
||||
#define DO_PIX24FOR32(f) ((f & Support32bppFb) && (f & SupportConvert24to32))
|
||||
|
||||
#ifndef GLOBAL_DEFAULT_DEPTH
|
||||
#define GLOBAL_DEFAULT_DEPTH 16
|
||||
#define GLOBAL_DEFAULT_DEPTH 24
|
||||
#endif
|
||||
|
||||
#ifndef GLOBAL_DEFAULT_FBBPP
|
||||
#define GLOBAL_DEFAULT_FBBPP 16
|
||||
#define GLOBAL_DEFAULT_FBBPP 32
|
||||
#endif
|
||||
|
||||
_X_EXPORT Bool
|
||||
|
||||
Reference in New Issue
Block a user