summaryrefslogtreecommitdiffstats
path: root/apps/app_shim/app_shim_launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_shim/app_shim_launch.h')
-rw-r--r--apps/app_shim/app_shim_launch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_shim/app_shim_launch.h b/apps/app_shim/app_shim_launch.h
index 7f0c126..26b6416 100644
--- a/apps/app_shim/app_shim_launch.h
+++ b/apps/app_shim/app_shim_launch.h
@@ -35,6 +35,8 @@ enum AppShimFocusType {
APP_SHIM_FOCUS_NORMAL = 0,
// Focus the app or launch it if it has no windows open.
APP_SHIM_FOCUS_REOPEN,
+ // Open the given file in the app.
+ APP_SHIM_FOCUS_OPEN_FILES,
// Counter and end marker.
APP_SHIM_FOCUS_NUM_TYPES
};