diff options
Diffstat (limited to 'hw/xwin/winprefs.h')
-rw-r--r-- | hw/xwin/winprefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xwin/winprefs.h b/hw/xwin/winprefs.h index 4daf47401..33b496df8 100644 --- a/hw/xwin/winprefs.h +++ b/hw/xwin/winprefs.h @@ -151,7 +151,8 @@ typedef struct WINPREFS } WINPREFS; - +/* The global pref settings structure loaded by the winprefyacc.y parser */ +extern WINPREFS pref; /* Functions */ |