mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[host] cosmetics
This commit is contained in:
parent
4c0ca1c8e7
commit
5f1d17ba1f
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
B1-9-g8ef1aee35c+1
|
B1-10-g4c0ca1c8e7+1
|
|
@ -363,8 +363,8 @@ int app_main(int argc, char * argv[])
|
||||||
app.frames = (uint8_t *)ALIGN_UP(app.pointerData + app.pointerDataSize);
|
app.frames = (uint8_t *)ALIGN_UP(app.pointerData + app.pointerDataSize);
|
||||||
app.frameSize = ALIGN_DN((shmemSize - (app.frames - shmemMap)) / MAX_FRAMES);
|
app.frameSize = ALIGN_DN((shmemSize - (app.frames - shmemMap)) / MAX_FRAMES);
|
||||||
|
|
||||||
DEBUG_INFO("Max Cursor Size : %u MiB" , app.pointerDataSize / 1048576);
|
DEBUG_INFO("Max Cursor Size : %u MiB", app.pointerDataSize / 1048576);
|
||||||
DEBUG_INFO("Max Frame Size : %u MiB" , app.frameSize / 1048576);
|
DEBUG_INFO("Max Frame Size : %u MiB", app.frameSize / 1048576);
|
||||||
DEBUG_INFO("Cursor : 0x%" PRIXPTR " (0x%08x)", (uintptr_t)app.pointerData, app.pointerOffset);
|
DEBUG_INFO("Cursor : 0x%" PRIXPTR " (0x%08x)", (uintptr_t)app.pointerData, app.pointerOffset);
|
||||||
|
|
||||||
for (int i = 0; i < MAX_FRAMES; ++i)
|
for (int i = 0; i < MAX_FRAMES; ++i)
|
||||||
|
|
Loading…
Reference in a new issue