Changeset 3529f148 in mainline for uspace/lib/gui/window.c
- Timestamp:
- 2020-03-06T19:14:20Z (5 years ago)
- Children:
- 13b4504
- Parents:
- 06599a1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
r06599a1 r3529f148 616 616 win->surface = NULL; 617 617 618 unsigned int ipc_flags = IPC_AUTOSTART;618 ipc_start_flag_t 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.