aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11_cairo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-20 20:51:11 +0200
committerDavid Robillard <d@drobilla.net>2019-07-20 21:44:20 +0200
commit5ba0ea7cd8cfec3f374f380a03e144e24f43a12c (patch)
treebe12e2309a90cbba75c86c8cb629a913e50ff623 /pugl/pugl_x11_cairo.c
parent4d0704bae2d4eb2a292caabda91d654a17104501 (diff)
downloadpugl-5ba0ea7cd8cfec3f374f380a03e144e24f43a12c.tar.gz
pugl-5ba0ea7cd8cfec3f374f380a03e144e24f43a12c.tar.bz2
pugl-5ba0ea7cd8cfec3f374f380a03e144e24f43a12c.zip
Remove redisplay flag and use system events instead
Diffstat (limited to 'pugl/pugl_x11_cairo.c')
-rw-r--r--pugl/pugl_x11_cairo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pugl/pugl_x11_cairo.c b/pugl/pugl_x11_cairo.c
index db2e262..bd427f8 100644
--- a/pugl/pugl_x11_cairo.c
+++ b/pugl/pugl_x11_cairo.c
@@ -106,8 +106,6 @@ puglX11CairoResize(PuglView* view, int width, int height)
PuglInternals* const impl = view->impl;
PuglX11CairoSurface* const surface = (PuglX11CairoSurface*)impl->surface;
- view->redisplay = true;
-
if (view->ctx_type == PUGL_CAIRO) {
cairo_xlib_surface_set_size(surface->surface, width, height);
}