Changeset d3a8e47 in mainline for uspace/srv/clipboard
- Timestamp:
- 2012-04-21T11:05:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d1f7a21, a5c82bb9
- Parents:
- 50b581d
- Location:
- uspace/srv/clipboard
- Files:
-
- 3 moved
-
Makefile (moved) (moved from uspace/srv/clip/Makefile ) (1 diff)
-
clip.h (moved) (moved from uspace/srv/clip/clip.h )
-
clipboard.c (moved) (moved from uspace/srv/clip/clip.c ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/clipboard/Makefile
r50b581d rd3a8e47 29 29 30 30 USPACE_PREFIX = ../.. 31 BINARY = clip 31 BINARY = clipboard 32 32 33 33 SOURCES = \ 34 clip .c34 clipboard.c 35 35 36 36 include $(USPACE_PREFIX)/Makefile.common -
uspace/srv/clipboard/clipboard.c
r50b581d rd3a8e47 37 37 #include <errno.h> 38 38 39 #define NAME "clip "39 #define NAME "clipboard" 40 40 41 41 static char *clip_data = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
