[PATCH 05/37] Xext: _X_EXPORT DPMSSet and DPMSSupported

Keith Packard keithp at keithp.com
Sun Nov 17 00:01:30 PST 2013


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 at keithp.com>
---
 Xext/dpmsproc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h
index 7494dfd..82dccbd 100644
--- a/Xext/dpmsproc.h
+++ b/Xext/dpmsproc.h
@@ -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
-- 
1.8.4.2



More information about the xorg-devel mailing list