mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	matrix: deprecate
Compositors should no longer need matrix operations to render: the old rendering API has been removed, and the new API doesn't take matrices as input.
This commit is contained in:
		
							parent
							
								
									56ec13596a
								
							
						
					
					
						commit
						36cc698bc5
					
				
					 1 changed files with 2 additions and 12 deletions
				
			
		| 
						 | 
					@ -1,16 +1,6 @@
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * This is a stable interface of wlroots. Future changes will be limited to:
 | 
					 * This is a deprecated interface of wlroots. It will be removed in a future
 | 
				
			||||||
 *
 | 
					 * version.
 | 
				
			||||||
 * - New functions
 | 
					 | 
				
			||||||
 * - New struct members
 | 
					 | 
				
			||||||
 * - New enum members
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Note that wlroots does not make an ABI compatibility promise - in the future,
 | 
					 | 
				
			||||||
 * the layout and size of structs used by wlroots may change, requiring code
 | 
					 | 
				
			||||||
 * depending on this header to be recompiled (but not edited).
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Breaking changes are announced in the release notes and follow a 1-year
 | 
					 | 
				
			||||||
 * deprecation schedule.
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef WLR_TYPES_WLR_MATRIX_H
 | 
					#ifndef WLR_TYPES_WLR_MATRIX_H
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue