[ace-of-penguins] 116/141: debian/patches/32-mwm-hints.patch: new

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 13:55:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository ace-of-penguins.

commit 7cb94fe6a690e955e7b7eaa157b7fda796732b18
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Mon Mar 17 10:43:58 2014 +0200

    debian/patches/32-mwm-hints.patch: new
---
 debian/patches/32-mwm-hints.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/patches/32-mwm-hints.patch b/debian/patches/32-mwm-hints.patch
new file mode 100644
index 0000000..fb22ef3
--- /dev/null
+++ b/debian/patches/32-mwm-hints.patch
@@ -0,0 +1,22 @@
+Description: Fix MWM hints on 64-bit platforms
+ XChangeProperty with format 32 takes an array of longs, not an array of ints.
+ This fixes inability to move fixed-size windows around on 64-bit platforms.
+Author: Ove Kaaven <ovek at arcticnet.no>
+
+--- ace-of-penguins-1.3.orig/lib/xwin.c
++++ ace-of-penguins-1.3/lib/xwin.c
+@@ -89,10 +89,10 @@ int help_background;
+ /* Motif window hints */
+ typedef struct
+ {
+-  unsigned flags;
+-  unsigned functions;
+-  unsigned decorations;
+-  int inputMode;
++  unsigned long flags;
++  unsigned long functions;
++  unsigned long decorations;
++  long inputMode;
+ } PropMotifWmHints;
+ 
+ typedef PropMotifWmHints        PropMwmHints;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ace-of-penguins.git



More information about the Pkg-games-commits mailing list