From 56ddf834f4d3cca8afd7d36a63d7b825d1d7ffc0 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Thu, 4 Dec 2003 22:03:15 +0000 Subject: [PATCH] XFree86 4.3.99.901 (RC 1) --- man/XF86VM.man | 90 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/man/XF86VM.man b/man/XF86VM.man index e14dab5..338d358 100644 --- a/man/XF86VM.man +++ b/man/XF86VM.man @@ -4,7 +4,7 @@ .\" .\" .\" Copyright (c) 1996 Joe Moss, The XFree86 Project -.\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man,v 3.14 2003/10/02 13:29:56 eich Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man,v 3.15 2003/11/23 05:40:36 dawes Exp $ .\" .de ZN .ie t \fB\^\\$1\^\fR\\$2 @@ -184,66 +184,66 @@ Returns the current Y location of the viewport. .ta 2.25i 3.5i \fIVideo Mode Settings:\fP typedef struct { - unsigned short hdisplay; /* Number of display pixels horizontally */ - unsigned short hsyncstart; /* Horizontal sync start */ - unsigned short hsyncend; /* Horizontal sync end */ - unsigned short htotal; /* Total horizontal pixels */ - unsigned short vdisplay; /* Number of display pixels vertically */ - unsigned short vsyncstart; /* Vertical sync start */ - unsigned short vsyncend; /* Vertical sync start */ - unsigned short vtotal; /* Total vertical pixels */ - unsigned int flags; /* Mode flags */ - int privsize; /* Size of private */ - INT32 *private; /* Server privates */ + unsigned short hdisplay; /\(** Number of display pixels horizontally */ + unsigned short hsyncstart; /\(** Horizontal sync start */ + unsigned short hsyncend; /\(** Horizontal sync end */ + unsigned short htotal; /\(** Total horizontal pixels */ + unsigned short vdisplay; /\(** Number of display pixels vertically */ + unsigned short vsyncstart; /\(** Vertical sync start */ + unsigned short vsyncend; /\(** Vertical sync start */ + unsigned short vtotal; /\(** Total vertical pixels */ + unsigned int flags; /\(** Mode flags */ + int privsize; /\(** Size of private */ + INT32 *private; /\(** Server privates */ } XF86VidModeModeLine; .sp typedef struct { - unsigned int dotclock; /* Pixel clock */ - unsigned short hdisplay; /* Number of display pixels horizontally */ - unsigned short hsyncstart; /* Horizontal sync start */ - unsigned short hsyncend; /* Horizontal sync end */ - unsigned short htotal; /* Total horizontal pixels */ - unsigned short vdisplay; /* Number of display pixels vertically */ - unsigned short vsyncstart; /* Vertical sync start */ - unsigned short vsyncend; /* Vertical sync start */ - unsigned short vtotal; /* Total vertical pixels */ - unsigned int flags; /* Mode flags */ - int privsize; /* Size of private */ - INT32 *private; /* Server privates */ + unsigned int dotclock; /\(** Pixel clock */ + unsigned short hdisplay; /\(** Number of display pixels horizontally */ + unsigned short hsyncstart; /\(** Horizontal sync start */ + unsigned short hsyncend; /\(** Horizontal sync end */ + unsigned short htotal; /\(** Total horizontal pixels */ + unsigned short vdisplay; /\(** Number of display pixels vertically */ + unsigned short vsyncstart; /\(** Vertical sync start */ + unsigned short vsyncend; /\(** Vertical sync start */ + unsigned short vtotal; /\(** Total vertical pixels */ + unsigned int flags; /\(** Mode flags */ + int privsize; /\(** Size of private */ + INT32 *private; /\(** Server privates */ } XF86VidModeModeInfo; .LP \fIMonitor information:\fP typedef struct { - char* vendor; /* Name of manufacturer */ - char* model; /* Model name */ - float EMPTY; /* unused, for backward compatibility */ - unsigned char nhsync; /* Number of horiz sync ranges */ - XF86VidModeSyncRange* hsync; /* Horizontal sync ranges */ - unsigned char nvsync; /* Number of vert sync ranges */ - XF86VidModeSyncRange* vsync; /* Vertical sync ranges */ + char* vendor; /\(** Name of manufacturer */ + char* model; /\(** Model name */ + float EMPTY; /\(** unused, for backward compatibility */ + unsigned char nhsync; /\(** Number of horiz sync ranges */ + XF86VidModeSyncRange* hsync; /\(** Horizontal sync ranges */ + unsigned char nvsync; /\(** Number of vert sync ranges */ + XF86VidModeSyncRange* vsync; /\(** Vertical sync ranges */ } XF86VidModeMonitor; .sp typedef struct { - float hi; /* Top of range */ - float lo; /* Bottom of range */ + float hi; /\(** Top of range */ + float lo; /\(** Bottom of range */ } XF86VidModeSyncRange; .LP typedef struct { - int type; /* of event */ - unsigned long serial; /* # of last request processed by server */ - Bool send_event; /* true if this came from a SendEvent req */ - Display *display; /* Display the event was read from */ - Window root; /* root window of event screen */ - int state; /* What happened */ - int kind; /* What happened */ - Bool forced; /* extents of new region */ - Time time; /* event timestamp */ + int type; /\(** of event */ + unsigned long serial; /\(** # of last request processed by server */ + Bool send_event; /\(** true if this came from a SendEvent req */ + Display *display; /\(** Display the event was read from */ + Window root; /\(** root window of event screen */ + int state; /\(** What happened */ + int kind; /\(** What happened */ + Bool forced; /\(** extents of new region */ + Time time; /\(** event timestamp */ } XF86VidModeNotifyEvent; .LP typedef struct { - float red; /* Red Gamma value */ - float green; /* Green Gamma value */ - float blue; /* Blue Gamma value */ + float red; /\(** Red Gamma value */ + float green; /\(** Green Gamma value */ + float blue; /\(** Blue Gamma value */ } XF86VidModeGamma; .fi .SH DESCRIPTION -- 2.7.4