mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
framebuffer/pictureviewer: add functions to query icon size
Add infrastructure to query icon size as in tuxbox neutrino. TODO: those functions are yet to be tested for non-.raw icons ;) git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@44 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -110,6 +110,9 @@ class CFrameBuffer
|
||||
|
||||
static CFrameBuffer* getInstance();
|
||||
|
||||
int getIconWidth(const char * const filename); // infos about icon dimensions
|
||||
int getIconHeight(const char * const filename);
|
||||
|
||||
void init(const char * const fbDevice = "/dev/fb/0");
|
||||
int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);
|
||||
|
||||
|
Reference in New Issue
Block a user