mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[c-host] increase the pointer queue length
This commit is contained in:
parent
1ef406bbaf
commit
76fa390e3d
@ -39,7 +39,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#define ALIGN_DN(x) ((uintptr_t)(x) & ~0x7F)
|
||||
#define ALIGN_UP(x) ALIGN_DN(x + 0x7F)
|
||||
|
||||
#define LGMP_Q_POINTER_LEN 10
|
||||
#define LGMP_Q_POINTER_LEN 20
|
||||
#define LGMP_Q_FRAME_LEN 2
|
||||
|
||||
#define MAX_POINTER_SIZE (sizeof(KVMFRCursor) + (128 * 128 * 4))
|
||||
|
Loading…
Reference in New Issue
Block a user