Xi: fix two compiler warnings
unused variable in exevents.c implicit declaration in warpdevp.c
This commit is contained in:
		
							parent
							
								
									6015b7a812
								
							
						
					
					
						commit
						c14b858aec
					
				|  | @ -952,7 +952,6 @@ ProcessOtherEvent(xEventPtr xE, DeviceIntPtr device, int count) | ||||||
|     KeyClassPtr k; |     KeyClassPtr k; | ||||||
|     ValuatorClassPtr v; |     ValuatorClassPtr v; | ||||||
|     deviceValuator *xV  = (deviceValuator *) xE; |     deviceValuator *xV  = (deviceValuator *) xE; | ||||||
|     int coretype = 0; |  | ||||||
|     int ret = 0; |     int ret = 0; | ||||||
| 
 | 
 | ||||||
|     ret = UpdateDeviceState(device, xE, count); |     ret = UpdateDeviceState(device, xE, count); | ||||||
|  |  | ||||||
|  | @ -48,6 +48,7 @@ from the author. | ||||||
| #include "extnsionst.h" | #include "extnsionst.h" | ||||||
| #include "exevents.h" | #include "exevents.h" | ||||||
| #include "exglobals.h" | #include "exglobals.h" | ||||||
|  | #include "mipointer.h" /* for miPointerUpdateSprite */ | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #include "warpdevp.h" | #include "warpdevp.h" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue