mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-10 15:18:35 +02:00
framebuffer_ng: implement getIconPath
this implements upstream commit 97343d11
in framebuffer_ng
This commit is contained in:
@@ -218,6 +218,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
|
||||
void setIconBasePath(const std::string & iconPath);
|
||||
std::string getIconBasePath(){return iconBasePath;};
|
||||
std::string getIconPath(std::string icon_name, std::string file_type = "png");
|
||||
|
||||
void getIconSize(const char * const filename, int* width, int *height);
|
||||
/* h is the height of the target "window", if != 0 the icon gets centered in that window */
|
||||
|
Reference in New Issue
Block a user