summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.c b/src/app.c
index 2135ec7c..28b32939 100644
--- a/src/app.c
+++ b/src/app.c
@@ -118,7 +118,7 @@ struct Impl_App {
118 iMimeHooks * mimehooks; 118 iMimeHooks * mimehooks;
119 iGmCerts * certs; 119 iGmCerts * certs;
120 iVisited * visited; 120 iVisited * visited;
121 iBookmarks * bookmarks; 121 iBookmarks * bookmarks;
122 iMainWindow *window; 122 iMainWindow *window;
123 iPtrArray popupWindows; 123 iPtrArray popupWindows;
124 iSortedArray tickers; /* per-frame callbacks, used for animations */ 124 iSortedArray tickers; /* per-frame callbacks, used for animations */
@@ -715,7 +715,7 @@ static void init_App_(iApp *d, int argc, char **argv) {
715#endif 715#endif
716 d->isDarkSystemTheme = iTrue; /* will be updated by system later on, if supported */ 716 d->isDarkSystemTheme = iTrue; /* will be updated by system later on, if supported */
717 init_CommandLine(&d->args, argc, argv); 717 init_CommandLine(&d->args, argc, argv);
718 /* Where was the app started from? We ask SDL first because the command line alone 718 /* Where was the app started from? We ask SDL first because the command line alone
719 cannot be relied on (behavior differs depending on OS). */ { 719 cannot be relied on (behavior differs depending on OS). */ {
720 char *exec = SDL_GetBasePath(); 720 char *exec = SDL_GetBasePath();
721 if (exec) { 721 if (exec) {