Last change
on this file since 69348 was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
333 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/Xext/dpmsproc.h,v 1.3 2001/10/28 03:32:50 tsi Exp $ */
|
---|
2 |
|
---|
3 | /* Prototypes for functions that the DDX must provide */
|
---|
4 |
|
---|
5 | #ifdef HAVE_DIX_CONFIG_H
|
---|
6 | #include <dix-config.h>
|
---|
7 | #endif
|
---|
8 |
|
---|
9 | #ifndef _DPMSPROC_H_
|
---|
10 | #define _DPMSPROC_H_
|
---|
11 |
|
---|
12 | void DPMSSet(int level);
|
---|
13 | int DPMSGet(int *plevel);
|
---|
14 | Bool DPMSSupported(void);
|
---|
15 |
|
---|
16 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.