[Motiftools-xmt-cvs] CVS: xmt/Xmt CliP.h,1.2,1.3 MsgLineP.h,1.2,1.3
Brought to you by:
motiftools
From: Grant M. <grm...@us...> - 2003-10-27 17:37:32
|
Update of /cvsroot/motiftools/xmt/Xmt In directory sc8-pr-cvs1:/tmp/cvs-serv8718 Modified Files: CliP.h MsgLineP.h Log Message: Solaris 8 bug: Xm/TextP makes XmText record too small Index: CliP.h =================================================================== RCS file: /cvsroot/motiftools/xmt/Xmt/CliP.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** CliP.h 19 Sep 2001 02:57:18 -0000 1.2 --- CliP.h 27 Oct 2003 17:35:03 -0000 1.3 *************** *** 10,13 **** --- 10,16 ---- * * $Log$ + * Revision 1.3 2003/10/27 17:35:03 grmcdorman + * Solaris 8 bug: Xm/TextP makes XmText record too small + * * Revision 1.2 2001/09/19 02:57:18 grmcdorman * This change makes the following modifications: *************** *** 58,61 **** --- 61,68 ---- typedef struct _XmtCliPart { + long pad[4]; /* Sun XmText seems to have some storage + * undeclared in Xm/TextP.h (two longwords, actually; we'll + * allocate 4 to be safe) + */ /* resources */ Boolean save_history; /* whether to save input in command history */ Index: MsgLineP.h =================================================================== RCS file: /cvsroot/motiftools/xmt/Xmt/MsgLineP.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MsgLineP.h 19 Sep 2001 02:57:18 -0000 1.2 --- MsgLineP.h 27 Oct 2003 17:35:03 -0000 1.3 *************** *** 10,13 **** --- 10,16 ---- * * $Log$ + * Revision 1.3 2003/10/27 17:35:03 grmcdorman + * Solaris 8 bug: Xm/TextP makes XmText record too small + * * Revision 1.2 2001/09/19 02:57:18 grmcdorman * This change makes the following modifications: *************** *** 71,74 **** --- 74,81 ---- typedef struct _XmtMsgLinePart { + long pad[4]; /* Sun XmText seems to have some storage + * undeclared in Xm/TextP.h (two longwords, actually; we'll + * allocate 4 to be safe) + */ /* resources */ XtTranslations translations; |