Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/msgdialog.h

    r9a07ee3 rde227aba  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3838#define _UI_PRIVATE_MSGDIALOG_H
    3939
    40 #include <types/ui/msgdialog.h>
    41 #include <ui/pbutton.h>
    42 #include <ui/window.h>
    43 
    4440/** Actual structure of message dialog.
    4541 *
     
    4945        /** Dialog window */
    5046        struct ui_window *window;
    51         /** Buttons */
    52         struct ui_pbutton *btn[ui_msg_dialog_maxbtn];
     47        /** OK button */
     48        struct ui_pbutton *bok;
    5349        /** Message dialog callbacks */
    5450        struct ui_msg_dialog_cb *cb;
Note: See TracChangeset for help on using the changeset viewer.