add new request ids: REQID_ALLOC_SURF_SEM and REQID_FREE_SURF_SEM

This commit is contained in:
Vincent Wei
2020-02-01 21:37:26 +08:00
parent 1aa5f30f19
commit 71f7cb3efe

View File

@@ -107,9 +107,13 @@
#define REQID_LOADCURSOR_PNG 0x001D
// Load cursor from in-memory PNG
#define REQID_LOADCURSOR_PNG_MEM 0x001E
// allocate semaphore for shared surface
#define REQID_ALLOC_SURF_SEM 0x001F
// free semaphore of shared surface
#define REQID_FREE_SURF_SEM 0x0020
// Move the current client to another layer
#define REQID_MOVETOLAYER 0x001F
#define REQID_MOVETOLAYER 0x0021
/*
* XXX: To fellows who need to add a new REQID,