Changeset fd777a2 in mainline for uspace/srv/hid/display/window.c
- Timestamp:
- 2019-11-29T23:58:15Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 879d7245
- Parents:
- cf32dbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.c
rcf32dbd rfd777a2 205 205 206 206 ds_client_add_window(client, wnd); 207 ds_display_add_window(client->display, wnd); 207 208 208 209 wnd->gc = gc; … … 223 224 { 224 225 ds_client_remove_window(wnd); 226 ds_display_remove_window(wnd); 225 227 (void) gfx_context_delete(wnd->gc); 226 228
Note:
See TracChangeset
for help on using the changeset viewer.