Add recipe for blobsallad package (JTA QA requirement)
[AGL/meta-agl.git] / meta-ivi-common / recipes-test / blobsallad / blobsallad / 0004-bs_main.c.patch
1 --- a/bs_main.c
2 +++ b/bs_main.c
3 @@ -165,9 +165,9 @@
4    //pMainData->pRubberband = bs_rubberband_create(2.5f, 3.0f); 
5    pMainData->pEnv = bs_env_create(0.0f, 0.0f, 6.0f, 4.0f); 
6    pMainData->pGravity = bs_vector_create(0.0f, 10.0f); 
7 -  pMainData->pCairoSdl = bs_cairo_sdl_create(600, 400); 
8 -  pMainData->width = 600.0; 
9 -  pMainData->height = 400.0; 
10 +  pMainData->pCairoSdl = bs_cairo_sdl_create(1600, 1024); 
11 +  pMainData->width = 1600.0; 
12 +  pMainData->height = 1024.0; 
13    pMainData->newTimerInterval = 50; 
14    pMainData->fps = 20.0; 
15    pMainData->running = TRUE;