window.c: Fix SIGSEGV in pointer_handle_motion
authorPaul Winwood <paul.winwood@hotmail.co.uk>
Thu, 29 Aug 2013 09:52:54 +0000 (10:52 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 30 Aug 2013 04:17:51 +0000 (21:17 -0700)
commitb22bf57e21c4c344294d149718b33fc5482405ff
tree80f8ae1306336e51e3263a7eb38a3127e42ae451
parent037bdc4c5d8945088f431555eabd48ef292cf8d0
window.c: Fix SIGSEGV in pointer_handle_motion

Move null pointer check and assignments before first window dereference.
clients/window.c