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