Last change
on this file since 99743 was 52145, checked in by vboxsync, 10 years ago |
Additions/x11/x11include: add header files for X.Org Server 1.16.
|
-
Property svn:eol-style
set to
native
|
File size:
278 bytes
|
Line | |
---|
1 | /* Prototypes for functions that the DDX must provide */
|
---|
2 |
|
---|
3 | #ifdef HAVE_DIX_CONFIG_H
|
---|
4 | #include <dix-config.h>
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #ifndef _DPMSPROC_H_
|
---|
8 | #define _DPMSPROC_H_
|
---|
9 |
|
---|
10 | #include "dixstruct.h"
|
---|
11 |
|
---|
12 | int _X_EXPORT DPMSSet(ClientPtr client, int level);
|
---|
13 | Bool _X_EXPORT DPMSSupported(void);
|
---|
14 |
|
---|
15 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.