Changeset 17c0f5d in mainline for uspace/srv/hid/display/window.h
- Timestamp:
- 2023-01-05T19:28:22Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ededdc4
- Parents:
- 5d86797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.h
r5d86797 r17c0f5d 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 78 78 extern errno_t ds_window_set_cursor(ds_window_t *, display_stock_cursor_t); 79 79 extern errno_t ds_window_set_caption(ds_window_t *, const char *); 80 extern ds_window_t *ds_window_find_alt(ds_window_t *, display_wnd_flags_t); 81 extern void ds_window_unfocus(ds_window_t *); 80 82 81 83 #endif
Note:
See TracChangeset
for help on using the changeset viewer.