Re: [PATCH 2/6] src/shell.c: register output->destroy_signal handler

2013-10-21 Thread Kristian Høgsberg
On Thu, Oct 17, 2013 at 10:10:49AM +0800, Xiong Zhang wrote: > setup_output_destroy_handler() deal with output created at > drm backend initialize time. > handle_output_create() deal with output created by hot plug handler > output_destroy_handler is removed when output was unplugged or shell is >

[PATCH 2/6] src/shell.c: register output->destroy_signal handler

2013-10-16 Thread Xiong Zhang
setup_output_destroy_handler() deal with output created at drm backend initialize time. handle_output_create() deal with output created by hot plug handler output_destroy_handler is removed when output was unplugged or shell is destroyed. Signed-off-by: Xiong Zhang --- src/shell.c | 75 +