Changeset 959b7ec in mainline for uspace/lib/display/include
- Timestamp:
- 2019-11-06T18:10:54Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e422ff6
- Parents:
- 648e2ac
- Location:
- uspace/lib/display/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/disp_srv.h
r648e2ac r959b7ec 56 56 57 57 extern void display_conn(ipc_call_t *, display_srv_t *); 58 extern void display_srv_initialize(display_srv_t *); 58 59 extern void display_srv_ev_pending(display_srv_t *); 59 60 -
uspace/lib/display/include/types/display.h
r648e2ac r959b7ec 61 61 } display_wnd_cb_t; 62 62 63 typedef struct {64 kbd_event_t kbd_event;65 } display_wnd_ev_t;66 67 63 /** Display window */ 68 64 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.