[Motiftools-xmt-cvs] CVS: xmt/Xmt InputFieldP.h,1.3,1.4
Brought to you by:
motiftools
From: Grant M. <grm...@us...> - 2003-10-25 00:45:56
|
Update of /cvsroot/motiftools/xmt/Xmt In directory sc8-pr-cvs1:/tmp/cvs-serv8572 Modified Files: InputFieldP.h Log Message: Bug fix for Solaris 64 bit Index: InputFieldP.h =================================================================== RCS file: /cvsroot/motiftools/xmt/Xmt/InputFieldP.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** InputFieldP.h 20 Jul 2001 23:07:49 -0000 1.3 --- InputFieldP.h 25 Oct 2003 00:42:15 -0000 1.4 *************** *** 10,13 **** --- 10,16 ---- * * $Log$ + * Revision 1.4 2003/10/25 00:42:15 grmcdorman + * Bug fix for Solaris 64 bit + * * Revision 1.3 2001/07/20 23:07:49 grmcdorman * This change provides two optional Motif/NuTCracker bug workarounds. *************** *** 90,93 **** --- 93,100 ---- typedef struct _XmtInputFieldPart { + long pad[4]; /* Sun XmText, in 64-bit mode, seems to have some storage + * undeclared in Xm/TextP.h (two longwords, actually; we'll + * allocate 4 to be safe) + */ /* resources */ String input; /* The string that goes in the text widget */ |