diff --git a/source/Platform/PlatformDisplay.h b/source/Platform/PlatformDisplay.h index f805732..2c88416 100644 --- a/source/Platform/PlatformDisplay.h +++ b/source/Platform/PlatformDisplay.h @@ -4,9 +4,10 @@ #include #include +#include +#include // Low-level platform dependant API. -#include namespace sp { @@ -36,7 +37,7 @@ public : virtual void setCaption(const std::string& caption) = 0; - virtual void setIcon(const std::string& icon) = 0; + virtual void setIcon(unsigned int width, unsigned int height, const uint8_t *pixels) = 0; virtual void showCursor(bool value) = 0;