mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Exit Canvas paint thread on shutdown
This commit is contained in:
parent
b19f9d9c5b
commit
cdf22c1493
3 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,7 @@ pub enum CanvasMsg {
|
|||
FromScript(FromScriptMsg, CanvasId),
|
||||
Recreate(Size2D<u32>, CanvasId),
|
||||
Close(CanvasId),
|
||||
Exit,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue