mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Overloaded the function SurfaceCollection::getSkinFilePath(), so that it can also be called with a skin as parameter.
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
|
||||
void setSkin(const std::string &skin);
|
||||
std::string getSkinFilePath(const std::string &file);
|
||||
static std::string getSkinFilePath(const std::string &skin, const std::string &file);
|
||||
|
||||
bool defaultAlpha;
|
||||
void debug();
|
||||
|
||||
Reference in New Issue
Block a user