Changeset bef51cf in mainline for uspace/srv/hid/display/window.c
- Timestamp:
- 2019-10-05T09:19:15Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 159776f
- Parents:
- 6af4b4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.c
r6af4b4f rbef51cf 131 131 errno_t rc; 132 132 133 ds_display_remove_window(wnd); 134 133 135 rc = gfx_context_delete(wnd->gc); 134 136 if (rc != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.