Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vterm/vterm.c

    r6d5e378 r61b5b73d  
    3333 */
    3434
    35 #include <bool.h>
     35#include <stdbool.h>
    3636#include <stdio.h>
    3737#include <io/pixel.h>
     
    5555        }
    5656       
    57         window_resize(main_window, 650, 510);
     57        window_resize(main_window, 0, 0, 648, 508, WINDOW_PLACEMENT_ANY);
    5858        terminal_t *terminal_widget =
    5959            create_terminal(window_root(main_window), 640, 480);
Note: See TracChangeset for help on using the changeset viewer.