mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CFbAccelARM::paintRect readded and for MIPS also added
Conflicts: src/driver/fb_accel_arm.cpp
This commit is contained in:
@@ -2535,10 +2535,8 @@ void CChannelList::paint_events(CChannelEventList &evtlist)
|
||||
ffheight = g_Font[eventFont]->getHeight();
|
||||
frameBuffer->paintBoxRel(x+ width,y+ theight+pig_height, infozone_width, infozone_height,COL_MENUCONTENT_PLUS_0);
|
||||
|
||||
#if ENABLE_ARM_ACC
|
||||
#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7
|
||||
usleep(300); // because of CFbAccelARM::paintRect()
|
||||
#endif
|
||||
#if ENABLE_ARM_ACC || ENABLE_MIPS_ACC
|
||||
usleep(300); // because of CFbAccelARM/MIPS::paintRect()
|
||||
#endif
|
||||
|
||||
char startTime[10];
|
||||
|
Reference in New Issue
Block a user