mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[client] render: optimize software surface fills
This commit is contained in:
@@ -199,11 +199,7 @@ void spiceSurface_create(SpiceSurface * surface, unsigned int surfaceId,
|
||||
|
||||
LG_LOCK_SHARED(surface->eventsLock);
|
||||
if (surface->events)
|
||||
{
|
||||
surface->events->configure(surface->eventOpaque, width, height);
|
||||
surface->events->drawFill(
|
||||
surface->eventOpaque, 0, 0, width, height, 0);
|
||||
}
|
||||
LG_UNLOCK_SHARED(surface->eventsLock);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user