Changeset 252d03c in mainline for uspace/lib/ui/include/ui/wdecor.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/wdecor.h

    rde227aba r252d03c  
    4141#include <io/pos_event.h>
    4242#include <stdbool.h>
     43#include <types/ui/event.h>
    4344#include <types/ui/resource.h>
    4445#include <types/ui/wdecor.h>
     
    5152extern void ui_wdecor_set_active(ui_wdecor_t *, bool);
    5253extern errno_t ui_wdecor_paint(ui_wdecor_t *);
    53 extern void ui_wdecor_pos_event(ui_wdecor_t *, pos_event_t *);
     54extern ui_evclaim_t ui_wdecor_pos_event(ui_wdecor_t *, pos_event_t *);
    5455extern void ui_wdecor_rect_from_app(ui_wdecor_style_t, gfx_rect_t *,
    5556    gfx_rect_t *);
Note: See TracChangeset for help on using the changeset viewer.