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