[client] default client size to something more reasonable

This commit is contained in:
Geoffrey McRae 2017-11-25 20:39:41 +11:00
parent cae4fa3aa6
commit f8d61da618

View File

@ -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,