Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:49:10 +0000 (00:49 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:49:10 +0000 (00:49 +0900)
commitb658794aaceb019d479949fb1bfdc28ee5255186
treef84b8d2971aef0a114426ba63843fb486f5a87e6
parentcae97f83aca821e8cd73e58aa6b9eac069995ba0
Git init
66 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0755]
INSTALL [new file with mode: 0755]
Makefile.am [new file with mode: 0755]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0755]
debian/README.source [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0755]
debian/copyright [new file with mode: 0644]
debian/libxcursor-dev.install [new file with mode: 0755]
debian/libxcursor-dev.manpages [new file with mode: 0755]
debian/libxcursor1-udeb.install [new file with mode: 0644]
debian/libxcursor1.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]
debian/xsfbs/repack.sh [new file with mode: 0644]
debian/xsfbs/xsfbs.mk [new file with mode: 0644]
debian/xsfbs/xsfbs.sh [new file with mode: 0644]
include/X11/Xcursor/Xcursor.h [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: 0755]
man/XcursorCursorsDestroy.man [new file with mode: 0755]
man/XcursorFilenameLoad.man [new file with mode: 0755]
man/XcursorFilenameLoadAllImages.man [new file with mode: 0755]
man/XcursorFilenameLoadCursor.man [new file with mode: 0755]
man/XcursorFilenameLoadImage.man [new file with mode: 0755]
man/XcursorFilenameLoadImages.man [new file with mode: 0755]
man/XcursorFilenameSave.man [new file with mode: 0755]
man/XcursorFilenameSaveImages.man [new file with mode: 0755]
man/XcursorGetDefaultSize.man [new file with mode: 0755]
man/XcursorGetTheme.man [new file with mode: 0755]
man/XcursorImageCreate.man [new file with mode: 0755]
man/XcursorImageDestroy.man [new file with mode: 0755]
man/XcursorImagesCreate.man [new file with mode: 0755]
man/XcursorImagesDestroy.man [new file with mode: 0755]
man/XcursorLibraryLoadCursor.man [new file with mode: 0755]
man/XcursorLibraryLoadCursors.man [new file with mode: 0755]
man/XcursorLibraryLoadImage.man [new file with mode: 0755]
man/XcursorLibraryLoadImages.man [new file with mode: 0755]
man/XcursorSetDefaultSize.man [new file with mode: 0755]
man/XcursorSetTheme.man [new file with mode: 0755]
man/XcursorShapeLoadCursor.man [new file with mode: 0755]
man/XcursorShapeLoadCursors.man [new file with mode: 0755]
man/XcursorShapeLoadImage.man [new file with mode: 0755]
man/XcursorShapeLoadImages.man [new file with mode: 0755]
man/XcursorSupportsARGB.man [new file with mode: 0755]
man/XcursorXcFileLoad.man [new file with mode: 0755]
man/XcursorXcFileLoadAllImages.man [new file with mode: 0755]
man/XcursorXcFileLoadImage.man [new file with mode: 0755]
man/XcursorXcFileLoadImages.man [new file with mode: 0755]
man/XcursorXcFileSave.man [new file with mode: 0755]
packaging/libXcursor.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0755]
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]