mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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);
|
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,
|
void on_ime_show(const char *text, int32_t text_index, bool multiline,
|
||||||
int32_t height) {
|
int32_t x, int32_t y, int32_t width, int32_t height) {
|
||||||
hstring htext = L"";
|
hstring htext = L"";
|
||||||
if (text != nullptr) {
|
if (text != nullptr) {
|
||||||
htext = char2hstring(text);
|
htext = char2hstring(text);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue