Fix a bug found by Michael Hitch. He will report it back to the lesstif people,

so with some future release this patch may become obsolete. For now it
allows to make a non-segfaulting mozilla on amiga.
This commit is contained in:
frueauf 1998-06-26 20:45:55 +00:00
parent 5051440385
commit 210a034c18

View file

@ -0,0 +1,10 @@
--- include/Motif-1.2/XmI/DragDropI.h-orig Tue Mar 25 03:34:21 1997
+++ include/Motif-1.2/XmI/DragDropI.h Thu Jun 25 22:21:50 1998
@@ -241,6 +241,7 @@
typedef struct {
CARD32 atom;
CARD16 namelen;
+ CARD16 pad; /* Align to 64 bits */
} XmDndAtomPair;
typedef struct {