Move more functions from the GenericWindow to the Window

This commit is contained in:
Olivier Goffart 2021-01-15 15:00:06 +01:00
parent 0ab60dff81
commit dcb347fb7b
9 changed files with 119 additions and 235 deletions

View file

@ -28,7 +28,7 @@ template<typename Component>
inline void send_keyboard_string_sequence(const Component &component,
const sixtyfps::SharedString &str)
{
cbindgen_private::send_keyboard_string_sequence(&str, &component.window);
cbindgen_private::send_keyboard_string_sequence(&str, {}, &component.window);
}
#define assert_eq(A, B) \