summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
index 9a68c362..015f5a3e 100644
--- a/src/app.h
+++ b/src/app.h
@@ -38,6 +38,9 @@ iDeclareType(MimeHooks)
38iDeclareType(Visited) 38iDeclareType(Visited)
39iDeclareType(Window) 39iDeclareType(Window)
40 40
41/* Command line options strings. */
42#define listTabUrls_CommandLineOption "list-tab-urls;L"
43
41enum iAppDeviceType { 44enum iAppDeviceType {
42 desktop_AppDeviceType, 45 desktop_AppDeviceType,
43 tablet_AppDeviceType, 46 tablet_AppDeviceType,