Changeset 2c7fdaa in mainline for uspace/app/viewer/viewer.c


Ignore:
Timestamp:
2015-02-18T02:19:30Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e3375b, c0c38c7c
Parents:
d8bf1d8
Message:

resize only those windows that declare and support resizing capabilities
introduce generic window flags

File:
1 edited

Legend:

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

    rd8bf1d8 r2c7fdaa  
    167167        }
    168168       
    169         main_window = window_open(argv[1], true, false, "viewer");
     169        main_window = window_open(argv[1], WINDOW_MAIN, "viewer");
    170170        if (!main_window) {
    171171                printf("Cannot open main window.\n");
Note: See TracChangeset for help on using the changeset viewer.