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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarErrorScreen.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-26 20:40:32 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-26 20:40:32 +1000
commit14ef69c0f6309d64a358b25cf6395bc80a4c6ff5 (patch)
tree9c62cf477889c226c748cbdd70330f8c1d6e08f8 /source/frontend/StarErrorScreen.hpp
parent68d20787cf8540ebc22a45e6e82afbf8ad4dea15 (diff)
Move error screen over title
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;