Changeset 2e08f2b6 in mainline for uspace/lib/ui/include
- Timestamp:
- 2025-01-20T17:35:12Z (11 months ago)
- Branches:
- master
- Children:
- 5162f6e
- Parents:
- afb4025
- File:
-
- 1 edited
-
uspace/lib/ui/include/types/ui/msgdialog.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/msgdialog.h
rafb4025 r2e08f2b6 58 58 } ui_msg_dialog_choice_t; 59 59 60 /** Message dialog flags */ 61 typedef enum { 62 /** Topmost window */ 63 umdf_topmost = 0x1, 64 /** Place to the center of the screen */ 65 umdf_center = 0x2 66 } ui_msg_dialog_flags_t; 67 60 68 /** Message dialog parameters */ 61 69 typedef struct { … … 66 74 /** The choice that the user is given */ 67 75 ui_msg_dialog_choice_t choice; 76 /** Flags */ 77 ui_msg_dialog_flags_t flags; 68 78 } ui_msg_dialog_params_t; 69 79
Note:
See TracChangeset
for help on using the changeset viewer.
