Last change
on this file since 49174 was 49174, checked in by vboxsync, 11 years ago |
Additions/x11: replace header files for X.Org Server 1.6.0 with those for version 1.6.5 due to an ABI bump in-between.
|
-
Property svn:eol-style
set to
native
|
File size:
287 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 | #include "dixstruct.h"
|
---|
12 |
|
---|
13 | int DPMSSet(ClientPtr client, int level);
|
---|
14 | int DPMSGet(int *plevel);
|
---|
15 | Bool DPMSSupported(void);
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.