dix: remove a now-superfluous comment
Obsolete since 93945b0a74
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
			
			
This commit is contained in:
		
							parent
							
								
									6a848122de
								
							
						
					
					
						commit
						e06fbe4dc8
					
				| 
						 | 
					@ -4260,12 +4260,6 @@ DeliverGrabbedEvent(InternalEvent *event, DeviceIntPtr thisDev,
 | 
				
			||||||
                                             thisDev);
 | 
					                                             thisDev);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (!deliveries) {
 | 
					    if (!deliveries) {
 | 
				
			||||||
        /* XXX: In theory, we could pass the internal events through to
 | 
					 | 
				
			||||||
         * everything and only convert just before hitting the wire. We can't
 | 
					 | 
				
			||||||
         * do that yet, so DGE is the last stop for internal events. From here
 | 
					 | 
				
			||||||
         * onwards, we deal with core/XI events.
 | 
					 | 
				
			||||||
         */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        sendCore = (IsMaster(thisDev) && thisDev->coreEvents);
 | 
					        sendCore = (IsMaster(thisDev) && thisDev->coreEvents);
 | 
				
			||||||
        /* try core event */
 | 
					        /* try core event */
 | 
				
			||||||
        if ((sendCore && grab->grabtype == CORE) || grab->grabtype != CORE)
 | 
					        if ((sendCore && grab->grabtype == CORE) || grab->grabtype != CORE)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue