Changeset c48192e in mainline for uspace/lib/ui/include/types/ui/window.h
- Timestamp:
- 2022-11-09T20:56:24Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f106b0
- Parents:
- 68704ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/window.h
r68704ab rc48192e 66 66 typedef enum { 67 67 /** Popup window */ 68 ui_wndf_popup = 0x1 68 ui_wndf_popup = 0x1, 69 /** Special system window */ 70 ui_wndf_system = 0x2 69 71 } ui_wnd_flags_t; 70 72
Note:
See TracChangeset
for help on using the changeset viewer.