Changeset 22d990c in mainline for uspace/lib/gui/window.c
- Timestamp:
- 2020-01-11T00:36:26Z (6 years ago)
- Children:
- 06599a1
- Parents:
- 8a74512
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
r8a74512 r22d990c 626 626 async_sess_t *reg_sess = 627 627 loc_service_connect(reg_dsid, INTERFACE_COMPOSITOR, ipc_flags); 628 629 628 if (reg_sess == NULL) { 630 629 free(win); … … 642 641 643 642 win->osess = loc_service_connect(out_dsid, INTERFACE_COMPOSITOR, ipc_flags); 644 645 643 if (win->osess == NULL) { 646 644 free(win); … … 649 647 650 648 win->isess = loc_service_connect(in_dsid, INTERFACE_COMPOSITOR, ipc_flags); 651 652 649 if (win->isess == NULL) { 653 650 async_hangup(win->osess);
Note:
See TracChangeset
for help on using the changeset viewer.