mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:12:43 +00:00 
			
		
		
		
	AK: Move the userspace SharedBuffer from LibC to AK
This always felt out-of-place in LibC.
This commit is contained in:
		
							parent
							
								
									38f93ef13b
								
							
						
					
					
						commit
						fc86460134
					
				
					 22 changed files with 41 additions and 24 deletions
				
			
		|  | @ -6,6 +6,10 @@ | |||
| #include <LibDraw/Palette.h> | ||||
| #include <LibGUI/GShortcut.h> | ||||
| 
 | ||||
| namespace AK { | ||||
| class SharedBuffer; | ||||
| } | ||||
| 
 | ||||
| class CEventLoop; | ||||
| class GAction; | ||||
| class GKeyEvent; | ||||
|  | @ -14,7 +18,6 @@ class GWindow; | |||
| class GWindowServerConnection; | ||||
| class Palette; | ||||
| class Point; | ||||
| class SharedBuffer; | ||||
| 
 | ||||
| class GApplication { | ||||
| public: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling