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