aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
diff options
context:
space:
mode:
Diffstat (limited to 'backend/x11')
-rw-r--r--backend/x11/output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/x11/output.c b/backend/x11/output.c
index 6546c23e..4e016afe 100644
--- a/backend/x11/output.c
+++ b/backend/x11/output.c
@@ -157,6 +157,8 @@ static bool output_commit(struct wlr_output *wlr_output) {
wlr_output_send_present(wlr_output, NULL);
}
+ wlr_egl_make_current(&x11->egl, EGL_NO_SURFACE, NULL);
+
return true;
}