Re: [PATCH weston 3/5] libweston: remove unused backend_init() arguments

2016-06-05 Thread Giulio Camuffo
2016-06-03 15:41 GMT+03:00 Pekka Paalanen : > From: Pekka Paalanen > > Backends do not have access to command line elements nor weston_config > anymore. The use the backend-specific config APIs now. Missing a y here, The -> They. Cheers, Giulio > > Signed-off-by: Pekka Paalanen > --- > src/co

[PATCH weston 3/5] libweston: remove unused backend_init() arguments

2016-06-03 Thread Pekka Paalanen
From: Pekka Paalanen Backends do not have access to command line elements nor weston_config anymore. The use the backend-specific config APIs now. Signed-off-by: Pekka Paalanen --- src/compositor-drm.c | 2 -- src/compositor-fbdev.c| 8 +++- src/compositor-headless.c | 2 -- src/c