Review comments
This commit is contained in:
@@ -21,6 +21,8 @@ class BmpViewerActivity final : public Activity {
|
||||
std::string filePath;
|
||||
#ifdef ENABLE_IMAGE_DITHERING_EXTENSION
|
||||
uint8_t imageDitherMode;
|
||||
uint8_t initialImageDitherMode;
|
||||
bool imageDitherSettingsDirty;
|
||||
#endif
|
||||
bool renderCurrentImage(bool showControls = true);
|
||||
bool renderBmpImage(bool showControls = true);
|
||||
@@ -28,6 +30,7 @@ class BmpViewerActivity final : public Activity {
|
||||
#ifdef ENABLE_IMAGE_DITHERING_EXTENSION
|
||||
void cycleDitherMode();
|
||||
StrId getCurrentDitherModeLabel() const;
|
||||
void saveDitherSettingsIfNeeded();
|
||||
#endif
|
||||
void renderError(const char* message);
|
||||
void setAsSleepScreen();
|
||||
|
||||
Reference in New Issue
Block a user