Last change
on this file was 43272, checked in by vboxsync, 12 years ago |
Additions/x11: more original X server headers.
|
-
Property svn:eol-style
set to
native
|
File size:
245 bytes
|
Line | |
---|
1 |
|
---|
2 | /* Prototypes for functions that the DDX must provide */
|
---|
3 |
|
---|
4 | #ifdef HAVE_DIX_CONFIG_H
|
---|
5 | #include <dix-config.h>
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef _DPMSPROC_H_
|
---|
9 | #define _DPMSPROC_H_
|
---|
10 |
|
---|
11 | void DPMSSet(int level);
|
---|
12 | int DPMSGet(int *plevel);
|
---|
13 | Bool DPMSSupported(void);
|
---|
14 |
|
---|
15 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.