Changeset 252d03c in mainline for uspace/lib/ui/include/ui/ui.h


Ignore:
Timestamp:
2021-04-28T09:22:39Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7470d97
Parents:
de227aba
Message:

Popping up a message, in text mode as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/ui.h

    rde227aba r252d03c  
    4949extern void ui_quit(ui_t *);
    5050extern void ui_run(ui_t *);
     51extern errno_t ui_paint(ui_t *);
    5152extern bool ui_is_textmode(ui_t *);
     53extern bool ui_is_fullscreen(ui_t *);
    5254
    5355#endif
Note: See TracChangeset for help on using the changeset viewer.