mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
clang-fmt
This commit is contained in:
parent
b8a74e89cf
commit
45a89bcb95
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ void on_panic(const char *cbacktrace) {
|
|||
throw hresult_error(E_FAIL, backtrace);
|
||||
}
|
||||
|
||||
void on_ime_show(const char *text, int32_t text_index, bool multiline, int32_t x, int32_t y, int32_t width,
|
||||
int32_t height) {
|
||||
void on_ime_show(const char *text, int32_t text_index, bool multiline,
|
||||
int32_t x, int32_t y, int32_t width, int32_t height) {
|
||||
hstring htext = L"";
|
||||
if (text != nullptr) {
|
||||
htext = char2hstring(text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue