Tizen 2.1 base tizen_2.1 tizen_2.2 2.1b_release 2.2.1_release 2.2_release accepted/tizen_2.1/20130425.024608 submit/tizen_2.1/20130424.234521 submit/tizen_2.2/20130714.150245
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:54:11 +0000 (01:54 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:54:11 +0000 (01:54 +0900)
commit57f70ee5c77aba3c95a80c9fd9aed88bdc0be497
treed94ff8121890c63b95cef88c9d72b1f76673d26a
parentcae97f83aca821e8cd73e58aa6b9eac069995ba0
Tizen 2.1 base
51 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
include/X11/Xcursor/Xcursor.h [new file with mode: 0644]
include/X11/Xcursor/Xcursor.h.in [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/Xcursor.man [new file with mode: 0644]
man/XcursorCursorsCreate.man [new file with mode: 0644]
man/XcursorCursorsDestroy.man [new file with mode: 0644]
man/XcursorFilenameLoad.man [new file with mode: 0644]
man/XcursorFilenameLoadAllImages.man [new file with mode: 0644]
man/XcursorFilenameLoadCursor.man [new file with mode: 0644]
man/XcursorFilenameLoadImage.man [new file with mode: 0644]
man/XcursorFilenameLoadImages.man [new file with mode: 0644]
man/XcursorFilenameSave.man [new file with mode: 0644]
man/XcursorFilenameSaveImages.man [new file with mode: 0644]
man/XcursorGetDefaultSize.man [new file with mode: 0644]
man/XcursorGetTheme.man [new file with mode: 0644]
man/XcursorImageCreate.man [new file with mode: 0644]
man/XcursorImageDestroy.man [new file with mode: 0644]
man/XcursorImagesCreate.man [new file with mode: 0644]
man/XcursorImagesDestroy.man [new file with mode: 0644]
man/XcursorLibraryLoadCursor.man [new file with mode: 0644]
man/XcursorLibraryLoadCursors.man [new file with mode: 0644]
man/XcursorLibraryLoadImage.man [new file with mode: 0644]
man/XcursorLibraryLoadImages.man [new file with mode: 0644]
man/XcursorSetDefaultSize.man [new file with mode: 0644]
man/XcursorSetTheme.man [new file with mode: 0644]
man/XcursorShapeLoadCursor.man [new file with mode: 0644]
man/XcursorShapeLoadCursors.man [new file with mode: 0644]
man/XcursorShapeLoadImage.man [new file with mode: 0644]
man/XcursorShapeLoadImages.man [new file with mode: 0644]
man/XcursorSupportsARGB.man [new file with mode: 0644]
man/XcursorXcFileLoad.man [new file with mode: 0644]
man/XcursorXcFileLoadAllImages.man [new file with mode: 0644]
man/XcursorXcFileLoadImage.man [new file with mode: 0644]
man/XcursorXcFileLoadImages.man [new file with mode: 0644]
man/XcursorXcFileSave.man [new file with mode: 0644]
packaging/libXcursor.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/cursor.c [new file with mode: 0644]
src/display.c [new file with mode: 0644]
src/file.c [new file with mode: 0644]
src/library.c [new file with mode: 0644]
src/xcursorint.h [new file with mode: 0644]
src/xlib.c [new file with mode: 0644]
xcursor.pc.in [new file with mode: 0644]