summaryrefslogtreecommitdiff
path: root/common/headless_display.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/headless_display.hpp')
-rw-r--r--common/headless_display.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/headless_display.hpp b/common/headless_display.hpp
index 0eb41911ee..5b33fd6990 100644
--- a/common/headless_display.hpp
+++ b/common/headless_display.hpp
@@ -16,7 +16,7 @@ public:
#if MBGL_USE_GLX
Display *x_display = nullptr;
- XVisualInfo *x_info = nullptr;
+ GLXFBConfig *fb_configs = nullptr;
#endif
};