mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	Address issues
This commit is contained in:
		| @@ -14,7 +14,7 @@ | |||||||
| namespace Service::AM::Applets { | namespace Service::AM::Applets { | ||||||
|  |  | ||||||
| namespace { | namespace { | ||||||
| enum class Request : u32_le { | enum class Request : u32 { | ||||||
|     Finalize = 0x4, |     Finalize = 0x4, | ||||||
|     SetUserWordInfo = 0x6, |     SetUserWordInfo = 0x6, | ||||||
|     SetCustomizeDic = 0x7, |     SetCustomizeDic = 0x7, | ||||||
| @@ -29,7 +29,7 @@ constexpr std::size_t SWKBD_OUTPUT_BUFFER_SIZE = 0x7D8; | |||||||
| constexpr std::size_t SWKBD_OUTPUT_INTERACTIVE_BUFFER_SIZE = 0x7D4; | constexpr std::size_t SWKBD_OUTPUT_INTERACTIVE_BUFFER_SIZE = 0x7D4; | ||||||
| constexpr std::size_t DEFAULT_MAX_LENGTH = 500; | constexpr std::size_t DEFAULT_MAX_LENGTH = 500; | ||||||
| constexpr bool INTERACTIVE_STATUS_OK = false; | constexpr bool INTERACTIVE_STATUS_OK = false; | ||||||
| } // namespace | } // Anonymous namespace | ||||||
| static Core::Frontend::SoftwareKeyboardParameters ConvertToFrontendParameters( | static Core::Frontend::SoftwareKeyboardParameters ConvertToFrontendParameters( | ||||||
|     KeyboardConfig config, std::u16string initial_text) { |     KeyboardConfig config, std::u16string initial_text) { | ||||||
|     Core::Frontend::SoftwareKeyboardParameters params{}; |     Core::Frontend::SoftwareKeyboardParameters params{}; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Marcec
					David Marcec