mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
changed display of menu lists, do flush first after complete rendering
This commit is contained in:
@@ -27,8 +27,6 @@ protected:
|
||||
void SetInitFinished(void) { pixContainerInit = false; };
|
||||
bool CreateOsd(int Left, int Top, int Width, int Height);
|
||||
void DeleteOsdOnExit(void) { deleteOsdOnExit = true; };
|
||||
void LockFlush(void);
|
||||
void OpenFlush(void);
|
||||
//Wrappers for access to pixmaps
|
||||
bool PixmapExists(int num);
|
||||
int NumPixmaps(void) { return numPixmaps; };
|
||||
@@ -66,6 +64,8 @@ protected:
|
||||
public:
|
||||
cPixmapContainer(int numPixmaps);
|
||||
virtual ~cPixmapContainer(void);
|
||||
void LockFlush(void);
|
||||
void OpenFlush(void);
|
||||
void DoFlush(void);
|
||||
virtual void Action(void) {};
|
||||
};
|
||||
|
Reference in New Issue
Block a user