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:
parent
5051440385
commit
210a034c18
1 changed files with 10 additions and 0 deletions
10
x11/lesstif/patches/patch-aj
Normal file
10
x11/lesstif/patches/patch-aj
Normal 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 {
|
Loading…
Reference in a new issue