summaryrefslogtreecommitdiff
path: root/common/headless_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/headless_view.cpp')
-rw-r--r--common/headless_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/headless_view.cpp b/common/headless_view.cpp
index dd62d9d23e..51196faede 100644
--- a/common/headless_view.cpp
+++ b/common/headless_view.cpp
@@ -118,7 +118,7 @@ void HeadlessView::resize(uint16_t width, uint16_t height, float pixelRatio) {
GLX_PBUFFER_HEIGHT, h,
None
};
- GLXPbuffer pbuffer = glXCreatePbuffer(x_display, fg_configs[0], attributes);
+ glx_pbuffer = glXCreatePbuffer(x_display, fb_configs[0], attributes);
#endif
}