input_state: Remove mouse_origin (x&y). Query wlc instead.

This commit is contained in:
S. Christoffer Eliesen 2015-10-29 18:02:02 +01:00
parent 78ca619769
commit 5ba47d4a44
4 changed files with 17 additions and 20 deletions

View file

@ -48,11 +48,6 @@ extern struct pointer_state {
struct pointer_button_state right;
struct pointer_button_state scroll;
// pointer position
struct mouse_origin{
int x, y;
} origin;
// change in pointer position
struct {
int x, y;