summaryrefslogtreecommitdiff
path: root/quartz/quartz.cpp
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-18 22:23:39 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-18 22:23:39 +0000
commitc48149eb63256775977c755ef52db8679a318cb8 (patch)
treeac31bfcc4edd66086213fdb3180b75b6df584153 /quartz/quartz.cpp
parent47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb (diff)
remove legacy files from CMakeList, rename browser Ladybird->quartz
Diffstat (limited to 'quartz/quartz.cpp')
-rw-r--r--quartz/quartz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quartz/quartz.cpp b/quartz/quartz.cpp
index 533054c..01e31eb 100644
--- a/quartz/quartz.cpp
+++ b/quartz/quartz.cpp
@@ -324,7 +324,7 @@ public:
std::exit(1);
}
- win = SDL_CreateWindow("Ladybird", 900, 650, SDL_WINDOW_RESIZABLE);
+ win = SDL_CreateWindow("quartz", 900, 650, SDL_WINDOW_RESIZABLE);
if (!win) {
warnln("window create failed: {}", SDL_GetError());
SDL_Quit();