From: Emil Velikov Date: Fri, 2 May 2014 21:02:14 +0000 (+0100) Subject: dri_util: keep __dri2ConfigOptions symbol private X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce12bbd107996dacdb01e4a0f90ce141dfa8b05d;p=mesa.git dri_util: keep __dri2ConfigOptions symbol private The symbol was added with commit 45e2b51c853(DRI2/GLX: check for vblank_mode in DRI2 GLX code) but was never used as such according to git log. Possibly it was marked as public due to confusion with __driConfigOptions which was used for dri1 drivers. Acked-by: Jesse Barnes Signed-off-by: Emil Velikov --- diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index ce8b0edc012..47128790991 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -52,7 +52,7 @@ #include "main/errors.h" #include "main/macros.h" -PUBLIC const char __dri2ConfigOptions[] = +const char __dri2ConfigOptions[] = DRI_CONF_BEGIN DRI_CONF_SECTION_PERFORMANCE DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_1)