Re: [PATCH] window.c: fix SIGSEGV in pointer_handle_motion

2013-08-29 Thread Kristian Høgsberg
On Thu, Aug 29, 2013 at 10:52:54AM +0100, Paul Winwood wrote: > moved null pointer check and assignments before first window dereference. That looks good, applied. I capitalized the commit title and body - that counts as regular prose/documentation so we go for normal punctuaton there. Kristian

[PATCH] window.c: fix SIGSEGV in pointer_handle_motion

2013-08-29 Thread Paul Winwood
moved null pointer check and assignments before first window dereference. --- clients/window.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/window.c b/clients/window.c index cee436c..4f63132 100644 --- a/clients/window.c +++ b/clients/window.c @@ -2904