[Xorg-commit] xc/lib/Xrandr Xrandr.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/Xrandr
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/lib/Xrandr

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

Index: Xrandr.man
===================================================================
RCS file: /cvs/xorg/xc/lib/Xrandr/Xrandr.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
--- Xrandr.man	26 Nov 2003 22:48:39 -0000	1.1.4.1
+++ Xrandr.man	6 Dec 2003 13:24:22 -0000	1.1.4.2
@@ -1,5 +1,6 @@
 .\"
-.\" $XFree86: xc/lib/Xrandr/Xrandr.man,v 1.7 2003/08/04 10:32:21 eich Exp $
+.\" $XFree86: xc/lib/Xrandr/Xrandr.man,v 1.8 2003/11/23 05:40:36 dawes Exp $
+.\" $XdotOrg$
 .\"
 .\" Copyright 2002 Hewlett-Packard Company.\"
 .\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -96,14 +97,14 @@
 .sp
 void XRRSelectInput\^(\^Display *\fIdpy\fP, Window \fIwindow\fP, int \fImask\fP\^);
 .sp
-/* 
+/\(** 
  * intended to take RRScreenChangeNotify,  or 
  * ConfigureNotify \^(\^\fIon the root window\fP\^)
  * returns 1 if it is an event type it understands, 0 if not
  */
 int XRRUpdateConfiguration\^(\^XEvent *\fIevent\fP^);
 .sp
-/* 
+/\(** 
  * the following are always safe to call, even if RandR is 
  * not implemented on a screen 
  */
@@ -154,8 +155,8 @@
 #define RR_Rotate_180           4
 #define RR_Rotate_270           8
 
-/* new in 1.0 protocol, to allow reflection of screen */
-/* reflection is applied after rotation */
+/\(** new in 1.0 protocol, to allow reflection of screen */
+/\(** reflection is applied after rotation */
 
 #define RR_Reflect_X            16
 #define RR_Reflect_Y            32
@@ -167,14 +168,14 @@
 } XRRScreenSize;
 
 typedef struct {
-    int type;				/* event base */
-    unsigned long serial;	/* # of last request processed by server */
-    Bool send_event;		/* true if this came from a SendEvent request */
-    Display *display;		/* Display the event was read from */
-    Window window;			/* window which selected for this event */
-    Window root;			/* Root window for changed screen */
-    Time timestamp;			/* when the screen change occurred */
-    Time config_timestamp;	/* when the last configuration change */
+    int type;				/\(** event base */
+    unsigned long serial;	/\(** # of last request processed by server */
+    Bool send_event;		/\(** true if this came from a SendEvent request */
+    Display *display;		/\(** Display the event was read from */
+    Window window;			/\(** window which selected for this event */
+    Window root;			/\(** Root window for changed screen */
+    Time timestamp;			/\(** when the screen change occurred */
+    Time config_timestamp;	/\(** when the last configuration change */
     SizeID size_index;
     SubpixelOrder subpixel_order;
     Rotation rotation;





More information about the xorg-commit mailing list