mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
define MAX_NR_SHARED_SURF
This commit is contained in:
@@ -86,6 +86,11 @@
|
||||
#define DEF_NR_NORMALS 128
|
||||
#define DEF_NR_FIXEDZNODES 4
|
||||
|
||||
#if IS_COMPOSITING_SCHEMA
|
||||
/* max number of shared surfaces */
|
||||
# define MAX_NR_SHARED_SURF (DEF_NR_NORMALS * (MAX_NR_LAYERS >> 1))
|
||||
#endif
|
||||
|
||||
/* Since 4.2.0; the fixed znode index for special main window */
|
||||
#define ZNIDX_DESKTOP 0
|
||||
#define ZNIDX_SCREENLOCK 1
|
||||
|
||||
Reference in New Issue
Block a user