Changes in uspace/lib/c/generic/clipboard.c [f9b2cb4c:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/clipboard.c
rf9b2cb4c r9d58539 61 61 62 62 while (clip_sess == NULL) 63 clip_sess = service_connect_blocking( SERVICE_CLIPBOARD,64 INTERFACE_CLIPBOARD, 0);63 clip_sess = service_connect_blocking(EXCHANGE_SERIALIZE, 64 SERVICE_CLIPBOARD, 0, 0); 65 65 66 66 fibril_mutex_unlock(&clip_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.