xfree86: remove TS_Raw and TS_Scaled defines.
There are no references to it other than the commit that added them. But
since we're re-doing the API anyway, now is a good time to break things.
commit 9398d62f27
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Mar 21 00:18:24 2007 +0200
    XFree86 input: Add backwards compatibility for motion history
    Add the old motion history API back, as a shim around the new mi
    API.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
			
			
This commit is contained in:
		
							parent
							
								
									ac3f88e604
								
							
						
					
					
						commit
						824e970c5c
					
				| 
						 | 
					@ -71,10 +71,6 @@
 | 
				
			||||||
		return;								\
 | 
							return;								\
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Stupid API backwards-compatibility. */
 | 
					 | 
				
			||||||
#define TS_Raw 60
 | 
					 | 
				
			||||||
#define TS_Scaled 61
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* This holds the input driver entry and module information. */
 | 
					/* This holds the input driver entry and module information. */
 | 
				
			||||||
typedef struct _InputDriverRec {
 | 
					typedef struct _InputDriverRec {
 | 
				
			||||||
    int			    driverVersion;
 | 
					    int			    driverVersion;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue