increase default client resolution
This commit is contained in:
parent
728fe2dc14
commit
c095df40d4
@ -6,8 +6,8 @@
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
bool fullscreen = false;
|
bool fullscreen = false;
|
||||||
int width = 800;
|
int width = 1200;
|
||||||
int height = 600;
|
int height = 900;
|
||||||
|
|
||||||
struct option longopts[] = {
|
struct option longopts[] = {
|
||||||
{"fullscreen", no_argument, NULL, 'f'},
|
{"fullscreen", no_argument, NULL, 'f'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user