Xext: _X_EXPORT DPMSSet and DPMSSupported
authorKeith Packard <keithp@keithp.com>
Sun, 17 Nov 2013 07:44:51 +0000 (23:44 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 12 Jan 2014 18:14:49 +0000 (10:14 -0800)
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>
Xext/dpmsproc.h

index 7494dfd..82dccbd 100644 (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