mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	Fix init_tray function declaration
This fixes compilation failure: error: call to function 'init_tray' without a real prototype
This commit is contained in:
		
							parent
							
								
									c352cae55e
								
							
						
					
					
						commit
						501c788f5f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -27,6 +27,6 @@ void tray_upkeep(struct bar *bar); | |||
| /**
 | ||||
|  * Initializes the tray with D-Bus | ||||
|  */ | ||||
| void init_tray(); | ||||
| void init_tray(struct bar *bar); | ||||
| 
 | ||||
| #endif /* _SWAYBAR_TRAY_H */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Adam Mizerski
						Adam Mizerski