mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 05:30:19 +01:00
xlib/shm: Mark the ShmPixmap as active following an upload flush
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
99a0d38a33
commit
10ef077324
1 changed files with 3 additions and 0 deletions
|
|
@ -943,6 +943,9 @@ _cairo_xlib_surface_put_shm (cairo_xlib_surface_t *surface)
|
|||
}
|
||||
_cairo_damage_destroy (damage);
|
||||
|
||||
shm->active = NextRequest (display->display);
|
||||
trigger_event (display->display);
|
||||
|
||||
_cairo_xlib_surface_put_gc (display, surface, gc);
|
||||
out:
|
||||
cairo_device_release (&display->base);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue