CFrameBuffer: add function to get icon base path

This commit is contained in:
2014-05-03 17:15:22 +02:00
parent 9bba42a3d9
commit 06a5f568a9

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 */