Changeset b7eea3c9 in mainline
- Timestamp:
- 2020-06-16T10:54:47Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66a408f7
- Parents:
- 94f3747
- git-author:
- Jiri Svoboda <jiri@…> (2020-06-15 17:54:14)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-06-16 10:54:47)
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ipcgfx/src/server.c
r94f3747 rb7eea3c9 381 381 } 382 382 383 // TODO: Destroy all remaining bitmaps (+ emit warning?) 383 384 return EOK; 384 385 } -
uspace/srv/hid/display/main.c
r94f3747 rb7eea3c9 197 197 } 198 198 199 /* 200 * XXX We need a way to make sure that the connection does 201 * not stay active after the window had been destroyed 202 */ 199 203 gc = ds_window_get_ctx(wnd); 200 204 gc_conn(icall, gc);
Note:
See TracChangeset
for help on using the changeset viewer.