From 06a5f568a93e020815bfd30ed5d785114c13ca94 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 3 May 2014 17:15:22 +0200 Subject: [PATCH] CFrameBuffer: add function to get icon base path --- src/driver/framebuffer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/framebuffer.h b/src/driver/framebuffer.h index 575c2510a..401b572c6 100644 --- a/src/driver/framebuffer.h +++ b/src/driver/framebuffer.h @@ -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 */