summaryrefslogtreecommitdiffstats
path: root/opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl.h')
-rw-r--r--opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl.h b/opengl.h
index 35ccf6878..b4e04440a 100644
--- a/opengl.h
+++ b/opengl.h
@@ -41,7 +41,7 @@ glx_dump_err_str(GLenum err) {
*/
static inline void
glx_check_err_(session_t *ps, const char *func, int line) {
- if (!ps->glx_context) return;
+ if (!ps->psglx->context) return;
GLenum err = GL_NO_ERROR;