Re: [PATCH weston] window: don't call output configure uninitialised

2012-10-15 Thread Kristian Høgsberg
On Mon, Oct 15, 2012 at 12:06:53PM +0300, Pekka Paalanen wrote: > Callbacks registered via display_set_output_configure_handler() are > promised to be called when we know the current mode for the output. If > the following order of events happens: > 1. toytoolkit binds to a wl_output global > 2. ap

[PATCH weston] window: don't call output configure uninitialised

2012-10-15 Thread Pekka Paalanen
Callbacks registered via display_set_output_configure_handler() are promised to be called when we know the current mode for the output. If the following order of events happens: 1. toytoolkit binds to a wl_output global 2. application registers an output configure handler 3. the wl_output.mode even