Re: [PATCH] shell: fix matrix invertible bug in rotation handler

2012-03-22 Thread Kristian Hoegsberg
On Thu, Mar 22, 2012 at 10:22:04PM +0100, Rafal Mielniczuk wrote: > While activating and deactivating rotation mechanism without moving > the pointer, rotation matrix from rotate_grab object is not being > initialised and damage shell surface rotation matrix in > rotate_grab_button handler, making

[PATCH] shell: fix matrix invertible bug in rotation handler

2012-03-22 Thread Rafal Mielniczuk
While activating and deactivating rotation mechanism without moving the pointer, rotation matrix from rotate_grab object is not being initialised and damage shell surface rotation matrix in rotate_grab_button handler, making it invertible. This patch initialise rotate matrix in rotate_binding and