aboutsummaryrefslogtreecommitdiffstats
path: root/drv.h
diff options
context:
space:
mode:
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);