patch from mhitch@openbsd.org; partial fix for mozilla/amiga segfault;

the other part seems to be in libX11.so.6.1
This commit is contained in:
marc 1998-06-26 22:33:47 +00:00
parent b526839f7e
commit d88f3f4cde

View File

@ -0,0 +1,10 @@
--- include/Motif-1.2/XmI/DragDropI.h.orig Thu Jun 25 08:55:31 1998
+++ include/Motif-1.2/XmI/DragDropI.h Thu Jun 25 08:57:16 1998
@@ -241,6 +241,7 @@
typedef struct {
CARD32 atom;
CARD16 namelen;
+ CARD16 pad; /* Align to 64 bits */
} XmDndAtomPair;
typedef struct {