mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Rename the PaintState variants.
This commit is contained in:
parent
4d47817bae
commit
138081ba25
6 changed files with 22 additions and 23 deletions
|
@ -16,8 +16,8 @@ use constellation_msg::PipelineId;
|
|||
/// The status of the painter.
|
||||
#[deriving(PartialEq, Clone)]
|
||||
pub enum PaintState {
|
||||
IdlePaintState,
|
||||
PaintingPaintState,
|
||||
Idle,
|
||||
Painting,
|
||||
}
|
||||
|
||||
#[deriving(Eq, Ord, PartialEq, PartialOrd, Clone, Show)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue