diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,7 @@ enum iUserEventCode { | |||
61 | command_UserEventCode = 1, | 61 | command_UserEventCode = 1, |
62 | refresh_UserEventCode, | 62 | refresh_UserEventCode, |
63 | asleep_UserEventCode, | 63 | asleep_UserEventCode, |
64 | periodic_UserEventCode, | ||
64 | /* The start of a potential touch tap event is notified via a custom event because | 65 | /* The start of a potential touch tap event is notified via a custom event because |
65 | sending SDL_MOUSEBUTTONDOWN would be premature: we don't know how long the tap will | 66 | sending SDL_MOUSEBUTTONDOWN would be premature: we don't know how long the tap will |
66 | take, it could turn into a tap-and-hold for example. */ | 67 | take, it could turn into a tap-and-hold for example. */ |
@@ -110,6 +111,8 @@ enum iColorTheme colorTheme_App (void); | |||
110 | const iString * schemeProxy_App (iRangecc scheme); | 111 | const iString * schemeProxy_App (iRangecc scheme); |
111 | iBool willUseProxy_App (const iRangecc scheme); | 112 | iBool willUseProxy_App (const iRangecc scheme); |
112 | const iString * searchQueryUrl_App (const iString *queryStringUnescaped); | 113 | const iString * searchQueryUrl_App (const iString *queryStringUnescaped); |
114 | const iString * fileNameForUrl_App (const iString *url, const iString *mime); | ||
115 | const iString * temporaryPathForUrl_App(const iString *url, const iString *mime); /* deleted before quitting */ | ||
113 | const iString * downloadPathForUrl_App(const iString *url, const iString *mime); | 116 | const iString * downloadPathForUrl_App(const iString *url, const iString *mime); |
114 | 117 | ||
115 | typedef void (*iTickerFunc)(iAny *); | 118 | typedef void (*iTickerFunc)(iAny *); |