mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] app: remove useless ALIGN_DN and ALIGN_UP macros
This commit is contained in:
parent
dda927da18
commit
712dcee07f
@ -45,9 +45,6 @@
|
||||
#define CONFIG_FILE "looking-glass-host.ini"
|
||||
#define POINTER_SHAPE_BUFFERS 3
|
||||
|
||||
#define ALIGN_DN(x) ((uintptr_t)(x) & ~0x7F)
|
||||
#define ALIGN_UP(x) ALIGN_DN(x + 0x7F)
|
||||
|
||||
static const struct LGMPQueueConfig FRAME_QUEUE_CONFIG =
|
||||
{
|
||||
.queueID = LGMP_Q_FRAME,
|
||||
|
Loading…
Reference in New Issue
Block a user