summaryrefslogtreecommitdiffstats
path: root/include/input_state.h
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-29 18:02:02 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-29 18:02:02 +0100
commit5ba47d4a44b21500ed3af2670cb1c807b7fed850 (patch)
tree87858d863df950de9e799149bec84817f1dc3ecc /include/input_state.h
parentcommands: Learn mouse_warping. (diff)
downloadsway-5ba47d4a44b21500ed3af2670cb1c807b7fed850.tar.gz
sway-5ba47d4a44b21500ed3af2670cb1c807b7fed850.tar.zst
sway-5ba47d4a44b21500ed3af2670cb1c807b7fed850.zip
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 {
48 struct pointer_button_state right; 48 struct pointer_button_state right;
49 struct pointer_button_state scroll; 49 struct pointer_button_state scroll;
50 50
51 // pointer position
52 struct mouse_origin{
53 int x, y;
54 } origin;
55
56 // change in pointer position 51 // change in pointer position
57 struct { 52 struct {
58 int x, y; 53 int x, y;