Re: [PATCH] xwayland: Allow dump_property when selection fails

2015-07-10 Thread Bryce Harrington
On Fri, Jul 10, 2015 at 06:16:11PM -0700, Bryce Harrington wrote: > dump_property allows reply to be NULL. Calling it unconditionally will > ensure user knows where the selection failed. > > Also refactor code a bit. > > Suggested by Marek Chalupa > > Signed-off-by: Bryce Harrington I acciden

[PATCH] xwayland: Allow dump_property when selection fails

2015-07-10 Thread Bryce Harrington
dump_property allows reply to be NULL. Calling it unconditionally will ensure user knows where the selection failed. Also refactor code a bit. Suggested by Marek Chalupa Signed-off-by: Bryce Harrington --- xwayland/selection.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)