mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Fix build warnings.
This commit is contained in:
parent
0298c92670
commit
d4888dbd4d
7 changed files with 8 additions and 10 deletions
|
@ -69,6 +69,7 @@ const CMD_OR_ALT : constellation_msg::KeyModifiers = SUPER;
|
|||
const CMD_OR_ALT : constellation_msg::KeyModifiers = ALT;
|
||||
|
||||
// This should vary by zoom level and maybe actual text size (focused or under cursor)
|
||||
#[cfg(feature = "window")]
|
||||
const LINE_HEIGHT : f32 = 38.0;
|
||||
|
||||
/// The type of a window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue