Move PaintMsg enum to gfx_traits #8844

This commit is contained in:
Maciej Skrzypkowski 2015-12-17 14:47:23 +01:00
parent f3e921a584
commit 3f7f323556
9 changed files with 23 additions and 10 deletions

View file

@ -241,12 +241,6 @@ pub enum MouseButton {
Right,
}
/// Messages from the paint task to the constellation.
#[derive(Deserialize, Serialize)]
pub enum PaintMsg {
Failure(Failure),
}
#[derive(Clone, Eq, PartialEq, Deserialize, Serialize, Debug)]
pub enum AnimationState {
AnimationsPresent,