summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-01-04 21:04:11 +0100
committerwm4 <wm4@nowhere>2014-01-06 20:22:43 +0100
commit6f5dfb5102a14024bcd76036a1d953214288085d (patch)
tree801c1601086cdb26cfe5df5597c4c786aa4f4d7c /video/out/wayland_common.h
parent59f970d492869356ad9627875c7a94e2ee446930 (diff)
downloadmpv-6f5dfb5102a14024bcd76036a1d953214288085d.tar.bz2
mpv-6f5dfb5102a14024bcd76036a1d953214288085d.tar.xz
Revert "wayland/egl: use redraw callback"
Because of this commit there were problems displaying the frmase in their right order. This reverts commit 96e75d234a4df1a09f38eaf932d00d79dccdc324. Conflicts: video/out/gl_wayland.c video/out/wayland_common.h
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 9289e53b31..efbe071f9d 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -60,8 +60,6 @@ struct vo_wayland_state {
EGLContext ctx;
EGLConfig conf;
} egl;
-
- struct wl_callback * redraw_callback;
} egl_context;
#endif