include: _TouchClassRec decreased size 32 to 24 bytes
This commit is contained in:
		
							parent
							
								
									acc7ee6bab
								
							
						
					
					
						commit
						ef51fcfdaf
					
				| 
						 | 
					@ -319,8 +319,8 @@ typedef struct _TouchPointInfo {
 | 
				
			||||||
} TouchPointInfoRec;
 | 
					} TouchPointInfoRec;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct _TouchClassRec {
 | 
					typedef struct _TouchClassRec {
 | 
				
			||||||
    int sourceid;
 | 
					 | 
				
			||||||
    TouchPointInfoPtr touches;
 | 
					    TouchPointInfoPtr touches;
 | 
				
			||||||
 | 
					    int sourceid;
 | 
				
			||||||
    unsigned short num_touches; /* number of allocated touches */
 | 
					    unsigned short num_touches; /* number of allocated touches */
 | 
				
			||||||
    unsigned short max_touches; /* maximum number of touches, may be 0 */
 | 
					    unsigned short max_touches; /* maximum number of touches, may be 0 */
 | 
				
			||||||
    CARD8 mode;                 /* ::XIDirectTouch, XIDependentTouch */
 | 
					    CARD8 mode;                 /* ::XIDirectTouch, XIDependentTouch */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue