summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-11-28 14:07:23 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2012-12-07 15:24:56 +1000
commit510cb4ce5db5029f36f09de5f2de0d576d501010 (patch)
tree734618e0b3dd8695fce959e8cd41fc5bdc8f6ea5
parent56c243cb804b828ece9839a584e84b3713c41dc4 (diff)
remove x/y fields
-rw-r--r--src/XExtInt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 8ff36e5..b804822 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -2006,9 +2006,6 @@ wireToBarrierNotifyEvent(xXIBarrierNotifyEvent *in, XGenericEventCookie *cookie)
out->extension = in->extension;
out->evtype = in->evtype;
- out->x = in->x;
- out->y = in->y;
-
out->dx = FP3232_TO_DOUBLE (in->dx);
out->dy = FP3232_TO_DOUBLE (in->dy);
out->raw_dx = FP3232_TO_DOUBLE (in->raw_dx);