summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-11-30 18:45:44 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2012-12-07 15:24:57 +1000
commit37cad350ed762ae3d3e16362e22daccd643903f4 (patch)
tree278a0929c932225b1a66384a63b5cb24b6aad997
parent6c98af3dc16d3357c7e2393015233937da313ac2 (diff)
align
-rw-r--r--src/XExtInt.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 6dd5d00..b407963 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -2001,25 +2001,25 @@ wireToBarrierEvent(xXIBarrierEvent *in, XGenericEventCookie *cookie)
cookie->data = out;
- out->display = cookie->display;
- out->type = in->type;
- out->extension = in->extension;
- out->evtype = in->evtype;
- out->send_event = ((in->type & 0x80) != 0);
- out->time = in->time;
- out->deviceid = in->deviceid;
- out->sourceid = in->sourceid;
- out->window = in->window;
- out->root = in->root;
- out->root_x = in->root_x;
- out->root_y = in->root_y;
- out->dx = FP3232_TO_DOUBLE (in->dx);
- out->dy = FP3232_TO_DOUBLE (in->dy);
- out->raw_dx = FP3232_TO_DOUBLE (in->raw_dx);
- out->raw_dy = FP3232_TO_DOUBLE (in->raw_dy);
- out->dt = in->dt;
- out->barrier = in->barrier;
- out->event_id = in->event_id;
+ out->display = cookie->display;
+ out->type = in->type;
+ out->extension = in->extension;
+ out->evtype = in->evtype;
+ out->send_event = ((in->type & 0x80) != 0);
+ out->time = in->time;
+ out->deviceid = in->deviceid;
+ out->sourceid = in->sourceid;
+ out->window = in->window;
+ out->root = in->root;
+ out->root_x = in->root_x;
+ out->root_y = in->root_y;
+ out->dx = FP3232_TO_DOUBLE (in->dx);
+ out->dy = FP3232_TO_DOUBLE (in->dy);
+ out->raw_dx = FP3232_TO_DOUBLE (in->raw_dx);
+ out->raw_dy = FP3232_TO_DOUBLE (in->raw_dy);
+ out->dt = in->dt;
+ out->barrier = in->barrier;
+ out->event_id = in->event_id;
return 1;
}