mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
fb_accel_sti: remove harmful blit() call
this actually causes flickering by ensuring that big (background)
fill operations are immediately committed to the screen
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0eeb8191fb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
bfe8bd4e3b
commit
44a945295b
@@ -275,7 +275,7 @@ void CFbAccelSTi::paintRect(const int x, const int y, const int dx, const int dy
|
|||||||
OpenThreads::ScopedLock<OpenThreads::Mutex> m_lock(mutex);
|
OpenThreads::ScopedLock<OpenThreads::Mutex> m_lock(mutex);
|
||||||
if (ioctl(fd, STMFBIO_BLT, &bltData ) < 0)
|
if (ioctl(fd, STMFBIO_BLT, &bltData ) < 0)
|
||||||
fprintf(stderr, "blitRect FBIO_BLIT: %m x:%d y:%d w:%d h:%d s:%d\n", xx,yy,width,height,stride);
|
fprintf(stderr, "blitRect FBIO_BLIT: %m x:%d y:%d w:%d h:%d s:%d\n", xx,yy,width,height,stride);
|
||||||
blit();
|
//blit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* width / height => source surface *
|
/* width / height => source surface *
|
||||||
|
Reference in New Issue
Block a user