mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
fix after pick: fb_accel_arm
Conflicts: src/driver/fb_accel.h src/driver/fb_accel_arm.cpp src/gui/channellist.cpp Signed-off-by: Thilo Graf <dbt@novatux.de> This can be only a hack with limited effect to fix render errors in channel list window. . There must be another solution.
This commit is contained in:
@@ -56,7 +56,7 @@ static bool supportblendingflags = true;
|
||||
static int fb_fd = -1;
|
||||
static int exec_list(void);
|
||||
|
||||
#if BOXMODEL_HD51
|
||||
#if BOXMODEL_BRE2ZE4K || BOXMODEL_HD51 || BOXMODEL_H7
|
||||
static bool accumulateoperations = false;
|
||||
|
||||
bool bcm_accel_has_alphablending()
|
||||
@@ -390,7 +390,7 @@ bool CFbAccelARM::fullHdAvailable()
|
||||
return false;
|
||||
}
|
||||
|
||||
#if BOXMODEL_HD51
|
||||
#if BOXMODEL_BRE2ZE4K || BOXMODEL_HD51 || BOXMODEL_H7
|
||||
void CFbAccelARM::paintRect(const int x, const int y, const int dx, const int dy, const fb_pixel_t col)
|
||||
{
|
||||
if(dx <1 || dy <1 )
|
||||
|
Reference in New Issue
Block a user