Changes in uspace/lib/ui/include/ui/control.h [7481ee19:46a47c0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/control.h
r7481ee19 r46a47c0 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 49 49 extern ui_evclaim_t ui_control_kbd_event(ui_control_t *, kbd_event_t *); 50 50 extern ui_evclaim_t ui_control_pos_event(ui_control_t *, pos_event_t *); 51 extern void ui_control_unfocus(ui_control_t * );51 extern void ui_control_unfocus(ui_control_t *, unsigned); 52 52 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.