Ignore:
File:
1 edited

Legend:

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

    r6d5e378 r3e6a98c5  
    3333 */
    3434
    35 #include <bool.h>
     35#include <stdbool.h>
    3636#include <stdio.h>
    3737#include <malloc.h>
     
    110110{
    111111        if (argc >= 2) {
    112                 window_t *main_window = window_open(argv[1], true, true, "vdemo");
     112                window_t *main_window = window_open(argv[1], true, true, "vdemo", 0, 0);
    113113                if (!main_window) {
    114114                        printf("Cannot open main window.\n");
Note: See TracChangeset for help on using the changeset viewer.