mirror of
https://github.com/servo/servo.git
synced 2025-08-30 17:48:20 +01:00
servoshell: Port desktop servoshell to use delegate API (#35284)
Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
6b12499077
commit
5f08e4fa76
15 changed files with 1109 additions and 1258 deletions
|
@ -93,7 +93,7 @@ impl EventsLoop {
|
|||
app.init(None);
|
||||
loop {
|
||||
self.sleep(flag, condvar);
|
||||
if app.handle_events_with_headless() {
|
||||
if !app.handle_events_with_headless() {
|
||||
break;
|
||||
}
|
||||
if !app.is_animating() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue