mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28: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,
|
||||
.x = 0,
|
||||
.y = 0,
|
||||
.w = 100,
|
||||
.h = 100,
|
||||
.w = 1024,
|
||||
.h = 768,
|
||||
.ivshmemSocket = "/tmp/ivshmem_socket",
|
||||
.useBufferStorage = true,
|
||||
.useSpice = true,
|
||||
|
Loading…
Reference in New Issue
Block a user