summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/default/headless_display.hpp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-09 03:41:05 +1100
committerLeith Bade <leith@mapbox.com>2014-12-09 21:47:30 +1100
commitd2792e29870629faeaebd0eea91b5819fc58e719 (patch)
tree8ecbc7e31222bdd2c515135f05b27ae50c26f29f /include/mbgl/platform/default/headless_display.hpp
parent318ef5d44314814f4dd7da2ba8c532b0119bdb35 (diff)
downloadqtlocation-mapboxgl-d2792e29870629faeaebd0eea91b5819fc58e719.tar.gz
Tidy up HeadlessView
Diffstat (limited to 'include/mbgl/platform/default/headless_display.hpp')
-rw-r--r--include/mbgl/platform/default/headless_display.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/platform/default/headless_display.hpp b/include/mbgl/platform/default/headless_display.hpp
index 08c423c587..bf67e3c3b3 100644
--- a/include/mbgl/platform/default/headless_display.hpp
+++ b/include/mbgl/platform/default/headless_display.hpp
@@ -15,8 +15,8 @@ public:
#endif
#if MBGL_USE_GLX
- Display *x_display = nullptr;
- GLXFBConfig *fb_configs = nullptr;
+ Display *xDisplay = nullptr;
+ GLXFBConfig *fbConfigs = nullptr;
#endif
};