fixed unix build bustage. LO_BUILTIN requires #define SHACK and lo_ele.h

This commit is contained in:
donm 1998-05-13 21:59:20 +00:00
Родитель b3fc9494a7
Коммит 7f3915aa45
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@
#include "xp.h"
#include "lo_ele.h"
#include "net.h"
#include "glhist.h"
#include "shist.h"
@ -7587,10 +7588,12 @@ void lo_UpdateStateWhileFlushingLine( MWContext *context, lo_DocState *state )
layer = tptr->lo_java.layer;
border_width = tptr->lo_java.border_width;
break;
#ifdef SHACK
case LO_BUILTIN:
layer = tptr->lo_builtin.layer;
border_width = tptr->lo_builtin.border_width;
break;
#endif
#endif
case LO_EMBED:
layer = tptr->lo_embed.layer;