Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarErrorScreen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarErrorScreen.hpp')
-rw-r--r--source/frontend/StarErrorScreen.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/frontend/StarErrorScreen.hpp b/source/frontend/StarErrorScreen.hpp
index b289678..eb1f73e 100644
--- a/source/frontend/StarErrorScreen.hpp
+++ b/source/frontend/StarErrorScreen.hpp
@@ -23,7 +23,7 @@ public:
bool accepted();
- void render();
+ void render(bool useBackdrop = false);
bool handleInputEvent(InputEvent const& event);
void update();
@@ -31,8 +31,6 @@ public:
private:
void renderCursor();
- void back();
-
float interfaceScale() const;
unsigned windowHeight() const;
unsigned windowWidth() const;