wlt: main: increase default window size to 600x400
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 22:45:32 +0000 (00:45 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 22:45:32 +0000 (00:45 +0200)
Current default size is pretty small and there are still some resizing
bugs so increase it to have a working terminal.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/wlt_main.c

index 34b8723..be2ea27 100644 (file)
@@ -75,7 +75,7 @@ static int window_init(struct wlt_app *app)
        struct wlt_terminal *term;
 
        ret = wlt_display_create_window(app->disp, &app->wnd,
-                                       200, 200, app);
+                                       600, 400, app);
        if (ret) {
                log_error("cannot create wayland window");
                return ret;