mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
-add: fta channels scan option (for Dr.Dish ;)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@252 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -88,9 +88,6 @@ void CDBoxInfoWidget::hide()
|
||||
{
|
||||
frameBuffer->paintBackgroundBoxRel(x,y, width,height);
|
||||
}
|
||||
#define FP_IOCTL_GET_LNB_CURRENT 0x100
|
||||
#define FP_IOCTL_GETID 0
|
||||
#define FP_IOCTL_UPGRADE_CTRL 0x200
|
||||
|
||||
void CDBoxInfoWidget::paint()
|
||||
{
|
||||
@@ -320,7 +317,6 @@ void CDBoxInfoWidget::paint()
|
||||
break;
|
||||
case 1:
|
||||
mpOffset = nameOffset + 10;
|
||||
|
||||
snprintf(ubuf,buf_size,"%7.2f%c", (s.f_blocks * (s.f_bsize / 1024.0)) / gb, c);
|
||||
break;
|
||||
case 2:
|
||||
@@ -333,7 +329,6 @@ void CDBoxInfoWidget::paint()
|
||||
break;
|
||||
case 4:
|
||||
mpOffset = nameOffset+ (sizeOffset+10)*3+10;
|
||||
|
||||
snprintf(ubuf,buf_size,"%4ld%c", blocks_percent_used,'%');
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user