Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/window.h

    rfa98b26a r6d5e378  
    5050        bool is_main; /**< True for the main window of the application. */
    5151        bool is_decorated; /**< True if the window decorations should be rendered. */
    52         bool is_focused; /**< True for the top level window of the desktop. */
    5352        char *caption; /**< Text title of the window header. */
    5453        async_sess_t *isess; /**< Input events from compositor. */
     
    6665 * If the window is declared as main, its closure causes termination of the
    6766 * whole application. Note that opened window does not have any surface yet. */
    68 extern window_t *window_open(char *, bool, bool, const char *, sysarg_t, sysarg_t);
     67extern window_t *window_open(char *, bool, bool, const char *);
    6968
    7069/**
Note: See TracChangeset for help on using the changeset viewer.