diff options
author | Egbert Eich <eich@suse.de> | 2004-03-12 11:18:23 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-12 11:18:23 +0000 |
commit | 54889b17766a4515c920f0d76790e0280442301d (patch) | |
tree | eb9844b835639334434fe8c2378fa726d473cb2f | |
parent | 22c1eba5912e783bac65b0eea375c515b33a260a (diff) |
34. Added a hack to fc-lang and fc-list to prevent installation if defineXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM-BASEIPv6-REVIEW-BASEXORG-RELEASE-1-TMIPv6-REVIEW
InstallFontconfigLibrary NO (Egbert Eich).
33. Updated Xft to 2.1.5 (Egbert Eich).
32. Make ELF loader work on systems with non-exec stack/heaps (bugzilla
#296, John Dennis, Mike Harris).
31. Fix for xdm to work on a non-IPv6 system when built with IPv6 support
(bugzilla #287, Peter Breitenlohner) (confirmed by: Alan Coopersmith).
30. Fix Xi XselectExtensionEvent for 64 bit machines (bugzilla #285,
Andreas Luik) (confirmed by: Paul Anderson, Alan Coopersmith).
-rw-r--r-- | src/XSelect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XSelect.c b/src/XSelect.c index d8280e2..c0a8dc8 100644 --- a/src/XSelect.c +++ b/src/XSelect.c @@ -86,7 +86,7 @@ XSelectExtensionEvent (dpy, w, event_list, count) statement */ count <<= 2; - Data (dpy, (char *) event_list, count); + Data32 (dpy, (long *) event_list, count); UnlockDisplay(dpy); SyncHandle(); |