mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] default client size to something more reasonable
This commit is contained in:
parent
cae4fa3aa6
commit
f8d61da618
@ -75,8 +75,8 @@ struct AppParams params =
|
|||||||
.center = true,
|
.center = true,
|
||||||
.x = 0,
|
.x = 0,
|
||||||
.y = 0,
|
.y = 0,
|
||||||
.w = 100,
|
.w = 1024,
|
||||||
.h = 100,
|
.h = 768,
|
||||||
.ivshmemSocket = "/tmp/ivshmem_socket",
|
.ivshmemSocket = "/tmp/ivshmem_socket",
|
||||||
.useBufferStorage = true,
|
.useBufferStorage = true,
|
||||||
.useSpice = true,
|
.useSpice = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user