Convert internal input co-ordinates to GLfloat
authorDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:17:54 +0000 (17:17 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 8 May 2012 18:40:57 +0000 (14:40 -0400)
commitb230a7ee58ebe12f07b6ace4fcbb7a410038e35c
tree9cb90c941e8efafc5a4b70a2cacba02c1791e759
parentbd3489b6e1657a036327c079abbd7da1c50799dc
Convert internal input co-ordinates to GLfloat

Change all client motion handlers to take GLfloat for co-ordinates,
rather than int32_t.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
12 files changed:
clients/desktop-shell.c
clients/dnd.c
clients/eventdemo.c
clients/flower.c
clients/gears.c
clients/smoke.c
clients/terminal.c
clients/window.c
clients/window.h
src/compositor.c
src/compositor.h
tests/test-client.c