Ignore:
File:
1 edited

Legend:

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

    r3e6a98c5 r6d5e378  
    3333 */
    3434
    35 #include <stdbool.h>
     35#include <bool.h>
    3636#include <stdio.h>
    3737#include <io/pixel.h>
     
    4949        }
    5050       
    51         window_t *main_window = window_open(argv[1], true, true, "vterm", 0, 0);
     51        window_t *main_window = window_open(argv[1], true, true, "vterm");
    5252        if (!main_window) {
    5353                printf("%s: Cannot open main window.\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.