mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +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:
@@ -28,6 +28,8 @@
|
||||
#include <gui/widget/menue.h>
|
||||
#include <system/localize.h>
|
||||
#include <driver/framebuffer.h>
|
||||
#include <gui/widget/components.h>
|
||||
|
||||
|
||||
class CImageInfo : public CMenuTarget
|
||||
{
|
||||
@@ -35,6 +37,7 @@ class CImageInfo : public CMenuTarget
|
||||
void Init(void);
|
||||
CConfigFile * configfile;
|
||||
CFrameBuffer *frameBuffer;
|
||||
CComponentsPIP * pip;
|
||||
int x;
|
||||
int y;
|
||||
int ypos;
|
||||
@@ -53,7 +56,6 @@ class CImageInfo : public CMenuTarget
|
||||
int font_small;
|
||||
|
||||
void paint();
|
||||
void paint_pig(int x, int y, int w, int h);
|
||||
void paintLine(int xpos, int font, const char* text);
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user