summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/XF86VM.man91
1 files changed, 46 insertions, 45 deletions
diff --git a/man/XF86VM.man b/man/XF86VM.man
index e14dab5..b24eb98 100644
--- a/man/XF86VM.man
+++ b/man/XF86VM.man
@@ -1,10 +1,11 @@
+.\" $XdotOrg: XF86VM.man /main/6 1997/07/19 10:30:39 kaleb $
.\" $TOG: XF86VM.man /main/6 1997/07/19 10:30:39 kaleb $
.\"
.\"
.\"
.\"
.\" 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 +185,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