aboutsummaryrefslogtreecommitdiff
path: root/include/input_state.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-10-29 18:02:02 +0100
committerFurkan Sahin <furkan-dev@proton.me>2015-10-29 18:02:02 +0100
commit61db224e08e26cf3a746857d24bc792dece32cdc (patch)
tree87858d863df950de9e799149bec84817f1dc3ecc /include/input_state.h
parentdea44b48b0ce5fb0c51c7dfd10a20abee5d92da0 (diff)
input_state: Remove mouse_origin (x&y). Query wlc instead.
Diffstat (limited to 'include/input_state.h')
-rw-r--r--include/input_state.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 52759052..a1f238e1 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -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;