This commit is contained in:
jpirnay
2026-05-01 09:57:57 +02:00
parent 999cf74c58
commit 6f4a74120f
+1 -1
View File
@@ -25,7 +25,7 @@ class SleepActivity final : public Activity {
void renderCustomSleepScreen() const; void renderCustomSleepScreen() const;
void renderCoverSleepScreen() const; void renderCoverSleepScreen() const;
void renderBitmapSleepScreen(const Bitmap& bitmap, const BookOverlayInfo& overlayInfo, void renderBitmapSleepScreen(const Bitmap& bitmap, const BookOverlayInfo& overlayInfo,
bool topAlignForCoverFit = false) const; bool topAlignForCoverFit = false) const;
void renderBlankSleepScreen() const; void renderBlankSleepScreen() const;
void renderOverlaySleepScreen() const; void renderOverlaySleepScreen() const;
BookOverlayInfo getBookOverlayInfo(const std::string& bookPath) const; BookOverlayInfo getBookOverlayInfo(const std::string& bookPath) const;