mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
osd resolution: Add 'mode' to osd_resolution_struct_t
- Use COsdSetup::OSDMODE_XXX enums to identify various resolutions
This commit is contained in:
@@ -44,6 +44,7 @@ typedef struct osd_resolution_t
|
||||
uint32_t yRes;
|
||||
uint32_t xRes;
|
||||
uint32_t bpp;
|
||||
uint32_t mode;
|
||||
} osd_resolution_struct_t;
|
||||
|
||||
typedef struct gradientData_t
|
||||
@@ -284,6 +285,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
virtual bool fullHdAvailable() { return false; };
|
||||
virtual void setOsdResolutions();
|
||||
std::vector<osd_resolution_t> osd_resolutions;
|
||||
size_t getIndexOsdResolution(uint32_t mode);
|
||||
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user