summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 1735e7e3..c5cd50b4 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -20,6 +20,10 @@ extern ProcessFieldData Process_fields[];
#define CLAMP(x,low,high) (((x)>(high))?(high):(((x)<(low))?(low):(x)))
#endif
+extern ScreenDefaults Platform_defaultScreens[];
+
+extern const unsigned int Platform_numberOfDefaultScreens;
+
extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;