mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement missing C callbacks
This commit is contained in:
parent
2a9b2fe027
commit
b642ff2057
5 changed files with 39 additions and 2 deletions
|
@ -254,6 +254,10 @@ void ServoControl::OnServoAnimatingChanged(bool animating) {
|
|||
WakeConditionVariable(&mGLCondVar);
|
||||
}
|
||||
|
||||
void ServoControl::OnServoIMEStateChanged(bool aShow) {
|
||||
// FIXME: https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingtextandtextrange
|
||||
}
|
||||
|
||||
template <typename Callable> void ServoControl::RunOnUIThread(Callable cb) {
|
||||
Dispatcher().RunAsync(CoreDispatcherPriority::High, cb);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue