mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move WindowSizeType to script_traits.
This commit is contained in:
parent
9cbac40f61
commit
1a96733417
7 changed files with 20 additions and 20 deletions
|
@ -9,12 +9,6 @@ use std::cell::Cell;
|
|||
use std::fmt;
|
||||
use webrender_traits;
|
||||
|
||||
#[derive(Deserialize, Eq, PartialEq, Serialize, Copy, Clone, HeapSizeOf)]
|
||||
pub enum WindowSizeType {
|
||||
Initial,
|
||||
Resize,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Copy, Clone, Debug, Deserialize, Serialize)]
|
||||
pub enum KeyState {
|
||||
Pressed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue