summaryrefslogtreecommitdiff
path: root/src/launch.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2016-09-09 14:20:28 -0700
committerGitHub <noreply@github.com>2016-09-09 14:20:28 -0700
commita1aba8e0fe5c94ebf04258b609666c92b756954f (patch)
treefe9792b77766e31728b1d2d04d2461858ef45443 /src/launch.h
parente99f5ac1293a0ae1f498bc4c73c4c04e4edb8665 (diff)
parent8ef5fccc1ad2f5acb5530a438de631153e4ad945 (diff)
Merge pull request #6 from vcaputo/clean_house
House cleaning
Diffstat (limited to 'src/launch.h')
-rw-r--r--src/launch.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/launch.h b/src/launch.h
new file mode 100644
index 0000000..0e279b0
--- /dev/null
+++ b/src/launch.h
@@ -0,0 +1,13 @@
+#ifndef _LAUNCH_H
+#define _LAUNCH_H
+
+typedef struct _vwm_t vwm_t;
+
+typedef enum _vwm_launch_mode_t {
+ VWM_LAUNCH_MODE_FG,
+ VWM_LAUNCH_MODE_BG,
+} vwm_launch_mode_t;
+
+void vwm_launch(vwm_t *vwm, char **argv, vwm_launch_mode_t mode);
+
+#endif
© All Rights Reserved