This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, pywrap has been updated via 728d939d4eb86089c8c09a13c6e7b8694a067d2c (commit) from 2f2ccc529e4ea63e975e7815f0259f2ff3711deb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/728d939d4eb86089c8c09a13c6e7b8694a067...
commit 728d939d4eb86089c8c09a13c6e7b8694a067d2c Author: Cyril Hrubis metan@ucw.cz Date: Sat Feb 25 15:10:34 2012 +0100
demos: Fix python demos (the backend initalization has changed).
diff --git a/demos/py_simple/gravplots_AA.py b/demos/py_simple/gravplots_AA.py index 3061d0a..1b48453 100755 --- a/demos/py_simple/gravplots_AA.py +++ b/demos/py_simple/gravplots_AA.py @@ -67,7 +67,7 @@ class elem(object):
def main(): - bk = backends.BackendSDLInit(W, H, BPP, 0) + bk = backends.BackendSDLInit(W, H, BPP, 0, "Gravplots AA") assert bk print bk print "Modify source for parameters," diff --git a/demos/py_simple/sinplots_AA.py b/demos/py_simple/sinplots_AA.py index 1e2db04..aa86bf9 100755 --- a/demos/py_simple/sinplots_AA.py +++ b/demos/py_simple/sinplots_AA.py @@ -29,7 +29,7 @@ class plotter(object):
def main(): - bk = backends.BackendSDLInit(W, H, 16, 0) + bk = backends.BackendSDLInit(W, H, 16, 0, "Sinplots AA") assert bk print bk print "Modify source for parameters,"
-----------------------------------------------------------------------
Summary of changes: demos/py_simple/gravplots_AA.py | 2 +- demos/py_simple/sinplots_AA.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.