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 e6ffc65a598d5e457fab45f6f968642e3036be08 (commit) from 2b7d85a804de2382d10e8f6ea2153b0e47b3e6e0 (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/e6ffc65a598d5e457fab45f6f968642e3036b...
commit e6ffc65a598d5e457fab45f6f968642e3036be08 Author: Cyril Hrubis metan@ucw.cz Date: Sat May 12 20:31:44 2012 +0200
tests: Fix build.
diff --git a/tests/drivers/framebuffer_test.c b/tests/drivers/framebuffer_test.c index 29cdb3a..518d3b4 100644 --- a/tests/drivers/framebuffer_test.c +++ b/tests/drivers/framebuffer_test.c @@ -63,7 +63,7 @@ int main(void)
GP_SetDebugLevel(10);
- backend = GP_BackendLinuxFBInit("/dev/fb0"); + backend = GP_BackendLinuxFBInit("/dev/fb0", 0); if (backend == NULL) { fprintf(stderr, "Failed to initalize framebuffern");
-----------------------------------------------------------------------
Summary of changes: tests/drivers/framebuffer_test.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.