diff options
author | tron <tron@pkgsrc.org> | 2000-04-08 06:46:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-08 06:46:39 +0000 |
commit | 37e3af94e67cca83042319b42c6b615bff534b05 (patch) | |
tree | 759f31d5e2ec216ec59a6de3adcaf4e7dd047bb4 /x11/windowmaker/patches | |
parent | f9f0213194aabfd559fa9d60fcd5a9fbb0e1c65b (diff) | |
download | pkgsrc-37e3af94e67cca83042319b42c6b615bff534b05.tar.gz |
Update "windowmaker" package to version 0.62.1. Changes since version
0.62.0:
- made shortcuts available during alt+tab
- save lowered state of menus
- fixed portability bugs for old X servers
- added check for XInternAtoms in configure and replacement code
- fixed window cycling with single key shortcut
- fixed WPrefs crash on menu editor
Diffstat (limited to 'x11/windowmaker/patches')
-rw-r--r-- | x11/windowmaker/patches/patch-ad | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/windowmaker/patches/patch-ad b/x11/windowmaker/patches/patch-ad new file mode 100644 index 00000000000..0f994732585 --- /dev/null +++ b/x11/windowmaker/patches/patch-ad @@ -0,0 +1,40 @@ +$NetBSD: patch-ad,v 1.6 2000/04/08 06:46:40 tron Exp $ + +--- wrlib/x86_specific.c.orig Wed Feb 16 19:22:46 2000 ++++ wrlib/x86_specific.c Sat Apr 8 08:28:23 2000 +@@ -175,7 +175,11 @@ + "movl 16(%ebp), %eax \n" // + "movl %eax, -32(%ebp) \n" // [-32] = eerr + ++#ifdef __ELF__ + ".align 16 \n" ++#else ++ ".align 4 \n" ++#endif + ".LoopXa: \n" + + // calculate errors and pixel components +@@ -382,7 +386,11 @@ + "movl 16(%ebp), %eax \n" // + "movl %eax, -32(%ebp) \n" // [-32] = eerr + ++#ifdef __ELF__ + ".align 16 \n" ++#else ++ ".align 4 \n" ++#endif + + "movl %eax, -4(%ebp) \n" // x = w1 + ".LoopX_1c: \n" +@@ -502,7 +510,11 @@ + "movl $0, (%ecx) \n" // init error of nerr[0] to 0 + + ++#ifdef __ELF__ + ".align 16 \n" ++#else ++ ".align 4 \n" ++#endif + ".LoopXb: \n" + + |