diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 13:53:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 13:53:29 +0000 |
commit | d21da6df5098e18cc8bb436acc89d2262a157fb7 (patch) | |
tree | bbeb36a0273c2a6641533a8c1b53316ad2e0441c /lib/libXcursor/src/xcursorint.h | |
parent | e269829efe9831e4d828da7862b1c5312c7a0a2e (diff) |
upate to libXcursor 1.1.13
Diffstat (limited to 'lib/libXcursor/src/xcursorint.h')
-rw-r--r-- | lib/libXcursor/src/xcursorint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXcursor/src/xcursorint.h b/lib/libXcursor/src/xcursorint.h index c2eec32a6..d8f9ea355 100644 --- a/lib/libXcursor/src/xcursorint.h +++ b/lib/libXcursor/src/xcursorint.h @@ -26,7 +26,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif - + #include <X11/Xlib.h> #include <X11/cursorfont.h> #include <X11/extensions/Xrender.h> @@ -53,7 +53,7 @@ typedef struct _XcursorFontInfo { * Xcursor computes a hash value for the source image * and tries to load a library cursor of that name. */ - + /* large bitmaps are unlikely to be cursors */ #define MAX_BITMAP_CURSOR_SIZE 64 /* don't need to remember very many; in fact, 2 is likely sufficient */ @@ -103,5 +103,5 @@ _XcursorCreateGlyphCursor(Display *dpy, Cursor _XcursorCreateFontCursor (Display *dpy, unsigned int shape); - + #endif /* _XCURSORINT_H_ */ |