Changeset e1a27be in mainline for uspace/lib/gui/window.h
- Timestamp:
- 2012-12-29T10:48:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17cc8f4f
- Parents:
- 8f88beb (diff), c928bb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.h
r8f88beb re1a27be 50 50 bool is_main; /**< True for the main window of the application. */ 51 51 bool is_decorated; /**< True if the window decorations should be rendered. */ 52 bool is_focused; /**< True for the top level window of the desktop. */ 52 53 char *caption; /**< Text title of the window header. */ 53 54 async_sess_t *isess; /**< Input events from compositor. */ … … 65 66 * If the window is declared as main, its closure causes termination of the 66 67 * whole application. Note that opened window does not have any surface yet. */ 67 extern window_t *window_open(char *, bool, bool, const char * );68 extern window_t *window_open(char *, bool, bool, const char *, sysarg_t, sysarg_t); 68 69 69 70 /**
Note:
See TracChangeset
for help on using the changeset viewer.