Re: [PATCH weston 3/5] ivi-shell: call send_surface_send_configure() directly

2016-03-15 Thread Pekka Paalanen
On Tue, 15 Mar 2016 17:39:23 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > For some reason, it seems that ivi-layout.c has tried hard to avoid > calling directly into ivi-shell.c. This means there is a jump through > hoops just to get the configure event sent to the clients. Ivi-shell

[PATCH weston 3/5] ivi-shell: call send_surface_send_configure() directly

2016-03-15 Thread Pekka Paalanen
From: Pekka Paalanen For some reason, it seems that ivi-layout.c has tried hard to avoid calling directly into ivi-shell.c. This means there is a jump through hoops just to get the configure event sent to the clients. Ivi-shell registers a listener for a ivi-layout signal for sending the event.