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, master has been updated via 47ecc1b6fbfe01c1b21089b596deb39955ebddfd (commit) from a69e12cc1918ea0b302e668fbcc378e95e9bda7e (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/47ecc1b6fbfe01c1b21089b596deb39955ebd...
commit 47ecc1b6fbfe01c1b21089b596deb39955ebddfd Author: Cyril Hrubis metan@ucw.cz Date: Fri Dec 14 23:23:53 2012 +0100
pywrap: Comment out the PyBuffer_FromMemory.
Now at least some of the python examples runs.
diff --git a/pylib/gfxprim/core/core.i b/pylib/gfxprim/core/core.i index 6ddfc29..c679c4b 100644 --- a/pylib/gfxprim/core/core.i +++ b/pylib/gfxprim/core/core.i @@ -77,10 +77,12 @@ and self.thisown.") GP_Context; $self->w, $self->h, $self->bpp, $self->free_pixels); GP_ContextFree($self); } + /* PyObject *_hacky_hacky_pixels_buffer() { GP_DEBUG(0, "Evil and dangerous _hacky_hacky_pixels_buffer() used!"); return PyBuffer_FromMemory($self->pixels, $self->bytes_per_row * $self->h); } + */ };
/* Error handling */
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/core/core.i | 2 ++ 1 files changed, 2 insertions(+), 0 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.