xibarriers: Remove accidental use of the comma operator
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									90642948cc
								
							
						
					
					
						commit
						6ea59dc2d8
					
				| 
						 | 
					@ -676,8 +676,8 @@ BarrierFreeBarrier(void *data, XID id)
 | 
				
			||||||
            continue;
 | 
					            continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        ev.deviceid = dev->id;
 | 
					        ev.deviceid = dev->id;
 | 
				
			||||||
        ev.event_id = pbd->barrier_event_id,
 | 
					        ev.event_id = pbd->barrier_event_id;
 | 
				
			||||||
        ev.dt = ms - pbd->last_timestamp,
 | 
					        ev.dt = ms - pbd->last_timestamp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        GetSpritePosition(dev, &root_x, &root_y);
 | 
					        GetSpritePosition(dev, &root_x, &root_y);
 | 
				
			||||||
        ev.root_x = root_x;
 | 
					        ev.root_x = root_x;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue