mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Fixed wrong function name
Apparently I am first guy to ever call this...
This commit is contained in:
		
							parent
							
								
									ab2f8d918b
								
							
						
					
					
						commit
						f53616ab1c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@ typedef enum {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef void (*log_callback_t)(log_importance_t importance, const char *fmt, va_list args);
 | 
					typedef void (*log_callback_t)(log_importance_t importance, const char *fmt, va_list args);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_init_log(log_callback_t callback);
 | 
					void wlr_log_init(log_callback_t callback);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef __GNUC__
 | 
					#ifdef __GNUC__
 | 
				
			||||||
#define ATTRIB_PRINTF(start, end) __attribute__((format(printf, start, end)))
 | 
					#define ATTRIB_PRINTF(start, end) __attribute__((format(printf, start, end)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue