mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Imageinfo/Streaminfo: Use CComponentsPIP for PIP
Origin commit data
------------------
Branch: ni/coolstream
Commit: d5a00cb260
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-11 (Sat, 11 Aug 2012)
Origin message was:
------------------
* Imageinfo/Streaminfo: Use CComponentsPIP for PIP
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <gui/widget/menue.h>
|
||||
|
||||
#include <driver/framebuffer.h>
|
||||
#include <gui/widget/components.h>
|
||||
#include <gui/widget/progressbar.h>
|
||||
#include <zapit/femanager.h>
|
||||
|
||||
@@ -36,6 +37,7 @@ class CStreamInfo2 : public CMenuTarget
|
||||
|
||||
CFrameBuffer *frameBuffer;
|
||||
CFrontend *frontend;
|
||||
CComponentsPIP * pip;
|
||||
int x;
|
||||
int y;
|
||||
int width;
|
||||
@@ -90,7 +92,6 @@ class CStreamInfo2 : public CMenuTarget
|
||||
int ts_close();
|
||||
|
||||
void paint(int mode);
|
||||
void paint_pig(int x, int y, int w, int h);
|
||||
void paint_techinfo(int x, int y);
|
||||
void paintCASystem(int xpos, int ypos);
|
||||
void paint_signal_fe_box(int x, int y, int w, int h);
|
||||
|
Reference in New Issue
Block a user