summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup/mach_startup_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/mach-startup/mach_startup_types.h')
-rw-r--r--hw/xquartz/mach-startup/mach_startup_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xquartz/mach-startup/mach_startup_types.h b/hw/xquartz/mach-startup/mach_startup_types.h
index 03939af97..97ac147cd 100644
--- a/hw/xquartz/mach-startup/mach_startup_types.h
+++ b/hw/xquartz/mach-startup/mach_startup_types.h
@@ -2,7 +2,9 @@
#define _MACH_STARTUP_TYPES_H_
#define SERVER_BOOTSTRAP_NAME "org.x.X11"
+#define STRING_T_SIZE 1024
-typedef char ** string_array_t;
+typedef char string_t[STRING_T_SIZE];
+typedef string_t * string_array_t;
#endif