summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-16 23:44:51 -0800
committerKeith Packard <keithp@keithp.com>2014-01-12 10:14:49 -0800
commit1ce15ed5bae60a184c6bd9440e3c017488a5f415 (patch)
treef481d65115f966905e757d5385f4b0b1983d6d2a /Xext
parent1f407763be28745f18d224077d6b07b9431ee16b (diff)
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>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/dpmsproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h
index 7494dfd6f..82dccbd67 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