mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 16:30:09 +01:00
Xext: _X_EXPORT DPMSSet and DPMSSupported
These are needed by drivers, and it's better to export them from here rather than redefining them in hw/xfree86 and exporting them from there. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
1f407763be
commit
1ce15ed5ba
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "dixstruct.h"
|
||||
|
||||
int DPMSSet(ClientPtr client, int level);
|
||||
Bool DPMSSupported(void);
|
||||
int _X_EXPORT DPMSSet(ClientPtr client, int level);
|
||||
Bool _X_EXPORT DPMSSupported(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue