Changeset ca48672 in mainline for uspace/srv/clipboard/clipboard.c
- Timestamp:
- 2025-06-20T15:18:27Z (32 hours ago)
- Branches:
- master
- Children:
- cb20b05
- Parents:
- 3951046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/clipboard/clipboard.c
r3951046 rca48672 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * Copyright (c) 2009 Martin Decky 4 4 * All rights reserved. … … 197 197 } 198 198 199 rc = loc_service_register(srv, SERVICE_NAME_CLIPBOARD, &svc_id); 199 rc = loc_service_register(srv, SERVICE_NAME_CLIPBOARD, 200 fallback_port_id, &svc_id); 200 201 if (rc != EOK) { 201 202 loc_server_unregister(srv);
Note:
See TracChangeset
for help on using the changeset viewer.