Changes in uspace/lib/ui/private/msgdialog.h [9a07ee3:de227aba] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/msgdialog.h
r9a07ee3 rde227aba 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 38 38 #define _UI_PRIVATE_MSGDIALOG_H 39 39 40 #include <types/ui/msgdialog.h>41 #include <ui/pbutton.h>42 #include <ui/window.h>43 44 40 /** Actual structure of message dialog. 45 41 * … … 49 45 /** Dialog window */ 50 46 struct ui_window *window; 51 /** Buttons*/52 struct ui_pbutton *b tn[ui_msg_dialog_maxbtn];47 /** OK button */ 48 struct ui_pbutton *bok; 53 49 /** Message dialog callbacks */ 54 50 struct ui_msg_dialog_cb *cb;
Note:
See TracChangeset
for help on using the changeset viewer.