[Xorg-commit] xc/lib/Xcursor Xcursor.man,1.1.4.1,1.1.4.2

Kaleb Keithley xserver-commit at pdx.freedesktop.org
Sat Dec 6 15:24:54 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/lib/Xcursor
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/lib/Xcursor

Modified Files:
      Tag: XORG-CURRENT
	Xcursor.man 
Log Message:
merge XFree86 4.3.99.901 (RC1) from vendor branch

Index: Xcursor.man
===================================================================
RCS file: /cvs/xorg/xc/lib/Xcursor/Xcursor.man,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- Xcursor.man	26 Nov 2003 22:48:39 -0000	1.1.4.1
+++ Xcursor.man	6 Dec 2003 13:24:22 -0000	1.1.4.2
@@ -1,5 +1,6 @@
 .\"
-.\" $XFree86: xc/lib/Xcursor/Xcursor.man,v 1.4 2003/06/12 14:12:27 eich Exp $
+.\" $XdotOrg$
+.\" $XFree86: xc/lib/Xcursor/Xcursor.man,v 1.5 2003/11/23 05:40:36 dawes Exp $
 .\"
 .\" Copyright 2002 Keith Packard, member of The XFree86 Project, Inc..\"
 .\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -161,12 +162,12 @@
 .nf
 .ft CR
     typedef struct _XcursorImage {
-        XcursorDim	size;	    /* nominal size for matching */
-        XcursorDim	width;	    /* actual width */
-        XcursorDim	height;	    /* actual height */
-        XcursorDim	xhot;	    /* hot spot x (must be inside image) */
-        XcursorDim	yhot;       /* hot spot y (must be inside image) */
-        XcursorPixel    *pixels;    /* pointer to pixels */
+        XcursorDim	size;	    /\(** nominal size for matching */
+        XcursorDim	width;	    /\(** actual width */
+        XcursorDim	height;	    /\(** actual height */
+        XcursorDim	xhot;	    /\(** hot spot x (must be inside image) */
+        XcursorDim	yhot;       /\(** hot spot y (must be inside image) */
+        XcursorPixel    *pixels;    /\(** pointer to pixels */
     } XcursorImage;
 .ft
 .fi
@@ -179,8 +180,8 @@
 .nf
 .ft CR
     typedef struct _XcursorImages {
-        int             nimage;	    /* number of images */
-        XcursorImage    **images;   /* array of XcursorImage pointers */
+        int             nimage;	    /\(** number of images */
+        XcursorImage    **images;   /\(** array of XcursorImage pointers */
     } XcursorImages;
 .ft
 .fi
@@ -194,10 +195,10 @@
 .nf
 .ft CR
     typedef struct _XcursorCursors {
-        Display     *dpy;	/* Display holding cursors */
-        int	    ref;	/* reference count */
-        int	    ncursor;	/* number of cursors */
-        Cursor	    *cursors;	/* array of cursors */
+        Display     *dpy;	/\(** Display holding cursors */
+        int	    ref;	/\(** reference count */
+        int	    ncursor;	/\(** number of cursors */
+        Cursor	    *cursors;	/\(** array of cursors */
     } XcursorCursors;
 .ft
 .fi
@@ -211,8 +212,8 @@
 .nf
 .ft CR
     typedef struct _XcursorAnimate {
-        XcursorCursors   *cursors;  /* list of cursors to use */
-        int		 sequence;  /* which cursor is next */
+        XcursorCursors   *cursors;  /\(** list of cursors to use */
+        int		 sequence;  /\(** which cursor is next */
     } XcursorAnimate;
 .ft
 .fi





More information about the xorg-commit mailing list