mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	Services: Move to Userland/Services/
This commit is contained in:
		
							parent
							
								
									4055b03291
								
							
						
					
					
						commit
						c7ac7e6eaf
					
				
					 170 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										7
									
								
								Userland/Services/ImageDecoder/ImageDecoderServer.ipc
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Userland/Services/ImageDecoder/ImageDecoderServer.ipc
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| endpoint ImageDecoderServer = 7001 | ||||
| { | ||||
|     Greet(i32 client_pid) => (i32 client_id, i32 server_pid) | ||||
| 
 | ||||
|     DecodeImage(i32 encoded_shbuf_id, u32 encoded_size) => (i32 decoded_shbuf_id, Gfx::IntSize size, i32 bitmap_format, Vector<u32> palette) | ||||
| 
 | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling