mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	IPCCompiler: Put message classes in the Messages namespace
This commit is contained in:
		
							parent
							
								
									0709c17487
								
							
						
					
					
						commit
						2e219255a2
					
				
					 26 changed files with 321 additions and 319 deletions
				
			
		|  | @ -85,7 +85,7 @@ void MenuItem::update_window_server() | |||
|         return; | ||||
|     auto& action = *m_action; | ||||
|     auto shortcut_text = action.shortcut().is_valid() ? action.shortcut().to_string() : String(); | ||||
|     WindowServerConnection::the().send_sync<WindowServer::UpdateMenuItem>(m_menu_id, m_identifier, -1, action.text(), action.is_enabled(), action.is_checkable(), action.is_checkable() ? action.is_checked() : false, shortcut_text); | ||||
|     WindowServerConnection::the().send_sync<Messages::WindowServer::UpdateMenuItem>(m_menu_id, m_identifier, -1, action.text(), action.is_enabled(), action.is_checkable(), action.is_checkable() ? action.is_checked() : false, shortcut_text); | ||||
| } | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling