summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 7ae5ec9a8..f1952d1d5 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -103,8 +103,8 @@ typedef int32 WindowNumber;
/**
* You cannot 100% reliably calculate the biggest custom struct as
* the number of pointers in it and alignment will have a huge impact.
- * 96 is the largest window-size for 64-bit machines currently.
+ * 32 is the largest window-size for 64-bit machines currently.
*/
-#define WINDOW_CUSTOM_SIZE 96
+#define WINDOW_CUSTOM_SIZE 32
#endif /* WINDOW_TYPE_H */