summaryrefslogtreecommitdiff
path: root/XF86Config-parser/xf86Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'XF86Config-parser/xf86Parser.h')
-rw-r--r--XF86Config-parser/xf86Parser.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/XF86Config-parser/xf86Parser.h b/XF86Config-parser/xf86Parser.h
index 6598d5e..a68962a 100644
--- a/XF86Config-parser/xf86Parser.h
+++ b/XF86Config-parser/xf86Parser.h
@@ -591,6 +591,10 @@ typedef struct {
char *keyboard;
char *mouse;
char *keyboard_driver;
+
+ int supports_extension_section;
+ int autoloads_glx;
+
} GenerateOptions;
@@ -724,6 +728,10 @@ void xconfigGenerateAssignScreenAdjacencies(XConfigLayoutPtr layout);
void xconfigGeneratePrintPossibleMice(void);
void xconfigGeneratePrintPossibleKeyboards(void);
+void xconfigGenerateLoadDefaultOptions(GenerateOptions *gop);
+
+void xconfigGetXServerInUse(GenerateOptions *gop);
+
/*
* check (and update, if necessary) the inputs in the specified layout