Changeset b0a94854 in mainline for uspace/srv/hid/display/window.h


Ignore:
Timestamp:
2020-02-19T13:28:34Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a052b0
Parents:
e1f2079
git-author:
Jiri Svoboda <jiri@…> (2020-01-18 18:28:21)
git-committer:
Jiri Svoboda <jiri@…> (2020-02-19 13:28:34)
Message:

Deliver window focus and unfocus events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/window.h

    re1f2079 rb0a94854  
    5454extern errno_t ds_window_paint(ds_window_t *, gfx_rect_t *);
    5555extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *);
     56extern errno_t ds_window_post_focus_event(ds_window_t *);
     57extern errno_t ds_window_post_unfocus_event(ds_window_t *);
    5658
    5759#endif
Note: See TracChangeset for help on using the changeset viewer.