CFrameBuffer: add function to get icon base path

Origin commit data
------------------
Branch: ni/coolstream
Commit: 06a5f568a9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-03 (Sat, 03 May 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-05-03 17:15:22 +02:00
parent 2246834881
commit 4b8d195850

View File

@@ -198,6 +198,7 @@ class CFrameBuffer
void paintHLineRel(int x, int dx, int y, const fb_pixel_t col);
void setIconBasePath(const std::string & iconPath);
std::string getIconBasePath(){return iconBasePath;};
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 */