aboutsummaryrefslogtreecommitdiffstats
path: root/drv.h
diff options
context:
space:
mode:
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-20 14:49:34 +0000
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-20 14:49:34 +0000
commitcd705f84010afaa24ec457a90de61f2b4635ea69 (patch)
tree45e3f2bf5c912c48130c5830168b296fe56b2ebf /drv.h
parent82a0af2c3007a9ebcbae4c1af4cc40765b1f5c96 (diff)
downloadlcd4linux-cd705f84010afaa24ec457a90de61f2b4635ea69.tar.gz
special commandline parameters for X11
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1067 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.h')
-rw-r--r--drv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drv.h b/drv.h
index db2d1dd..2780206 100644
--- a/drv.h
+++ b/drv.h
@@ -41,6 +41,14 @@ typedef struct DRIVER {
*/
extern char *output;
+#ifdef WITH_X11
+/* function to handle special X11 command line parameters
+ * has to be defined here because it's referenced
+ * in main before dealing with normal parameters.
+ */
+void drv_X11_parseArgs(int *argc, char *arvg[]);
+#endif
+
int drv_list(void);
int drv_init(const char *section, const char *driver, const int quiet);
int drv_quit(const int quiet);