From 1ce15ed5bae60a184c6bd9440e3c017488a5f415 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 16 Nov 2013 23:44:51 -0800 Subject: [PATCH] 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 Reviewed-by: Adam Jackson --- Xext/dpmsproc.h | 4 ++-- 1 file 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