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, generate has been updated via fb094cd7f8086ddb9e59b91224c5fef9702136fa (commit) from 1e00e08031c90d4f8d1b987d4908c9d2c938671a (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/fb094cd7f8086ddb9e59b91224c5fef970213...
commit fb094cd7f8086ddb9e59b91224c5fef9702136fa Author: Tomas Gavenciak gavento@ucw.cz Date: Sun Jun 5 13:00:56 2011 +0200
Fix a typo
diff --git a/libs/core/GP_Blit.c b/libs/core/GP_Blit.c index a316597..29e90e8 100644 --- a/libs/core/GP_Blit.c +++ b/libs/core/GP_Blit.c @@ -71,6 +71,6 @@ void GP_Blit_Naive(const GP_Context *c1, int x1, int y1, int w, int h, for (int i = 0; i < w; i++) for (int j = 0; j < h; j++) { GP_Pixel p = GP_GetPixel(c1, x1 + i, y1 + j); - GP_PutPixel(c2, x2 + i, y2 + j); + GP_PutPixel(c2, x2 + i, y2 + j, p); } }
-----------------------------------------------------------------------
Summary of changes: libs/core/GP_Blit.c | 2 +- 1 files changed, 1 insertions(+), 1 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.