From fb224a9f14d8c3c9d05609892f832d7937ad60a6 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 24 Jul 2014 13:15:30 -0400 Subject: [PATCH] Revert "TextView: Fix FBC size breakage" This reverts commit 8e268f7552ca94716995885483d34d4053cc94a2. --- headers/os/interface/TextView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/TextView.h b/headers/os/interface/TextView.h index 9a5a1c162a..907151ece1 100644 --- a/headers/os/interface/TextView.h +++ b/headers/os/interface/TextView.h @@ -460,7 +460,7 @@ private: bool fInstalledSelectOptionLinewiseShortcuts; bool fInstalledSelectHomeEndDocwiseShortcuts; - uint32 _reserved[4]; + uint32 _reserved[6]; }; #endif // _TEXTVIEW_H