increase default client resolution

This commit is contained in:
Josh Holtrop 2012-09-16 14:05:24 -04:00
parent 728fe2dc14
commit c095df40d4

View File

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