Changeset 94f3747 in mainline
- Timestamp:
- 2020-06-16T10:53:36Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7eea3c9
- Parents:
- 5e3e42c7
- git-author:
- Jiri Svoboda <jiri@…> (2020-06-15 17:53:30)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-06-16 10:53:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
r5e3e42c7 r94f3747 569 569 win->focus = NULL; 570 570 571 gfx_bitmap_destroy(win->bitmap); 572 573 /* 574 * XXX Here we should properly destroy the IPC GC. We only have 575 * the generic GC so either it would need to be cast back or 576 * GC needs a virtual destructor. 577 */ 578 571 579 display_window_destroy(win->dwindow); 572 580 display_close(win->display);
Note:
See TracChangeset
for help on using the changeset viewer.