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 e5540ad2e0e262ef503332e7aa03168ef6ac072e (commit) from 7175cdaf66ca013f4ec1fd25e175adbeabd6501a (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/e5540ad2e0e262ef503332e7aa03168ef6ac0...
commit e5540ad2e0e262ef503332e7aa03168ef6ac072e Author: Cyril Hrubis metan@ucw.cz Date: Sun Jul 17 22:32:00 2011 +0200
Fix previously forgotten color initializaiton.
diff --git a/tests/SDL/textaligntest.c b/tests/SDL/textaligntest.c index f7872ac..66f97ed 100644 --- a/tests/SDL/textaligntest.c +++ b/tests/SDL/textaligntest.c @@ -162,6 +162,9 @@ int main(void) black_pixel = GP_ColorToPixel(&context, GP_COL_BLACK); red_pixel = GP_ColorToPixel(&context, GP_COL_RED); blue_pixel = GP_ColorToPixel(&context, GP_COL_BLUE); + green_pixel = GP_ColorToPixel(&context, GP_COL_GREEN); + yellow_pixel = GP_ColorToPixel(&context, GP_COL_YELLOW); + darkgray_pixel = GP_ColorToPixel(&context, GP_COL_GRAY_DARK);
redraw_screen(); SDL_Flip(display);
-----------------------------------------------------------------------
Summary of changes: tests/SDL/textaligntest.c | 3 +++ 1 files changed, 3 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.