mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
server/red_worker: stride > 0 is tested, remove abort
Tested using the wip driver and xf86-video-modesetting.
This commit is contained in:
parent
f0761ef894
commit
2c85436dc6
@ -9270,9 +9270,6 @@ static inline void red_create_surface(RedWorker *worker, uint32_t surface_id, ui
|
||||
RedSurface *surface = &worker->surfaces[surface_id];
|
||||
uint32_t i;
|
||||
|
||||
if (stride >= 0) {
|
||||
spice_critical("Untested path stride >= 0");
|
||||
}
|
||||
spice_warn_if(surface->context.canvas);
|
||||
|
||||
surface->context.canvas_draws_on_surface = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user