Changeset 7cce333 in mainline for uspace/lib/gui/window.c
- Timestamp:
- 2019-08-07T10:22:06Z (5 years ago)
- Children:
- 5353f50
- Parents:
- a097c50
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-10 21:19:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 10:22:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
ra097c50 r7cce333 615 615 win->focus = NULL; 616 616 win->surface = NULL; 617 618 unsigned int ipc_flags = IPC_ FLAG_AUTOSTART;617 618 unsigned int ipc_flags = IPC_AUTOSTART; 619 619 service_id_t reg_dsid; 620 620 errno_t rc = loc_service_get_id(winreg, ®_dsid, ipc_flags);
Note:
See TracChangeset
for help on using the changeset viewer.