From 0fe7271af49ebc8b3e4604ca353d25446363db18 Mon Sep 17 00:00:00 2001 From: spence Date: Tue, 12 May 1998 18:33:45 +0000 Subject: [PATCH] changes for shack layout element --- lib/layout/editor.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/layout/editor.cpp b/lib/layout/editor.cpp index 8125ed8f9c46..593e41114630 100644 --- a/lib/layout/editor.cpp +++ b/lib/layout/editor.cpp @@ -202,6 +202,9 @@ void edt_InitBitArrays() { P_NOLAYER, //cmanske - added 9/4/97 P_COLORMAP, P_EMBED, +#ifdef SHACK + P_BUILTIN, +#endif /* SHACK */ P_FORM, P_INPUT, P_OPTION, @@ -335,6 +338,9 @@ void edt_InitBitArrays() { P_INLINEINPUTTHICK, P_INLINEINPUTDOTTED, P_NOLAYER, +#ifdef SHACK + P_BUILTIN, +#endif /* SHACK */ BIT_ARRAY_END ); edt_setTextContainer = new CBitArray( size, @@ -1048,6 +1054,9 @@ static char *loTypeNames[] = { "LO_TABLE", "LO_CELL", "LO_EMBED", +#ifdef SHACK + "LO_BUILTIN", +#endif /* SHACK */ }; //