Changeset f03d1308 in mainline for uspace/lib/ui/private
- Timestamp:
- 2020-10-28T12:42:11Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8009dc27
- Parents:
- d284ce9
- git-author:
- Jiri Svoboda <jiri@…> (2020-10-28 12:41:11)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-10-28 12:42:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/window.h
rd284ce9 rf03d1308 40 40 #include <display.h> 41 41 #include <gfx/context.h> 42 #include <io/kbd_event.h> 42 43 #include <io/pos_event.h> 43 44 … … 64 65 65 66 extern void ui_window_close(ui_window_t *); 67 extern void ui_window_focus(ui_window_t *); 68 extern void ui_window_kbd(ui_window_t *, kbd_event_t *); 66 69 extern void ui_window_pos(ui_window_t *, pos_event_t *); 70 extern void ui_window_unfocus(ui_window_t *); 67 71 68 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.