diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-24 00:59:00 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-24 00:59:00 +0000 |
commit | 2751dbddbea70b8732081f0ad63b1b0d6791447c (patch) | |
tree | 8c820146eafa08f8488f8a941ceae608698420fa | |
parent | 78c1c4533bcbe7f4af0d700e6b7442824048e0af (diff) |
Fix function prototypes to match dpms.hXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
-rw-r--r-- | man/DPMSGetVersion.man | 4 | ||||
-rw-r--r-- | man/DPMSQueryExtension.man | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/DPMSGetVersion.man b/man/DPMSGetVersion.man index e662f7e..552a441 100644 --- a/man/DPMSGetVersion.man +++ b/man/DPMSGetVersion.man @@ -53,9 +53,9 @@ the X server .br Display *\fIdisplay\fP\^, .br - CARD32 *\fImajor_version\fP\^, + int *\fImajor_version\fP\^, .br - CARD32 *\fIminor_version\fP\^ + int *\fIminor_version\fP\^ ); .if n .ti +5n .if t .ti +.5i diff --git a/man/DPMSQueryExtension.man b/man/DPMSQueryExtension.man index 15a3f5a..7d1369d 100644 --- a/man/DPMSQueryExtension.man +++ b/man/DPMSQueryExtension.man @@ -53,9 +53,9 @@ of the DPMS Extension .br Display \fI*display\fP\^, .br - CARD32 \fI*event_base\fP\^, + int \fI*event_base\fP\^, .br - CARD32 \fI*error_base\fP\^ + int \fI*error_base\fP\^ ); .if n .ti +5n .if t .ti +.5i |