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:
Keith Packard 2013-11-16 23:44:51 -08:00
parent 1f407763be
commit 1ce15ed5ba

View File

@ -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