mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
tune constants
This commit is contained in:
@@ -109,7 +109,7 @@ enum {
|
||||
#endif
|
||||
|
||||
#if IS_COMPOSITING_SCHEMA
|
||||
/* max number of shared surfaces */
|
||||
/* max number of shared surfaces (512) */
|
||||
# define MAX_NR_SHARED_SURF (DEF_NR_NORMALS * (MAX_NR_LAYERS >> 1))
|
||||
#endif
|
||||
|
||||
@@ -148,8 +148,8 @@ enum {
|
||||
#define SIZE_QMSG_HEAP 32
|
||||
#else
|
||||
#define DEF_MSGQUEUE_LEN NR_BITS_DWORD
|
||||
#define SIZE_CLIPRECTHEAP 256
|
||||
#define SIZE_INVRECTHEAP 128
|
||||
#define SIZE_CLIPRECTHEAP NR_BITS_DWORD
|
||||
#define SIZE_INVRECTHEAP NR_BITS_DWORD
|
||||
#define SIZE_QMSG_HEAP NR_BITS_DWORD
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user