* [gentoo-commits] gentoo-x86 commit in dev-scheme/gauche-gl/files: gauche-gl-0.6-simple.viewer.diff
@ 2014-11-15 13:59 Akinori Hattori (hattya)
0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2014-11-15 13:59 UTC (permalink / raw
To: gentoo-commits
hattya 14/11/15 13:59:15
Added: gauche-gl-0.6-simple.viewer.diff
Log:
new upstream release
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.1 dev-scheme/gauche-gl/files/gauche-gl-0.6-simple.viewer.diff
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/gauche-gl/files/gauche-gl-0.6-simple.viewer.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/gauche-gl/files/gauche-gl-0.6-simple.viewer.diff?rev=1.1&content-type=text/plain
Index: gauche-gl-0.6-simple.viewer.diff
===================================================================
From 723309ac3e7aa031e2ebd6c9b059d94e42006de3 Mon Sep 17 00:00:00 2001
From: Shiro Kawai <shiro@acm.org>
Date: Sat, 9 Aug 2014 22:19:04 -1000
Subject: [PATCH] Fix incorrect macro definition
---
lib/gl/simple/viewer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gl/simple/viewer.scm b/lib/gl/simple/viewer.scm
index 857b8d7..9a464ce 100644
--- a/lib/gl/simple/viewer.scm
+++ b/lib/gl/simple/viewer.scm
@@ -381,7 +381,7 @@
(match opts
[() (set! default3-var proc)]
[(':perspective) (set! default3-var proc)]
- [(':orthographic) (set! default3-var proc)]
+ [(':orthographic) (set! default2-var proc)]
[(name)
(cond [(name->window name) => (^[win] (ref win'closure) 'key proc)]
[else
--
2.0.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-15 13:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 13:59 [gentoo-commits] gentoo-x86 commit in dev-scheme/gauche-gl/files: gauche-gl-0.6-simple.viewer.diff Akinori Hattori (hattya)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox