mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Replace almost "render" to "paint" words in gfx crate.
This commit is contained in:
parent
4d562f893c
commit
f04c64f500
9 changed files with 57 additions and 57 deletions
|
@ -52,10 +52,10 @@ extern crate freetype;
|
|||
|
||||
pub use paint_context::PaintContext;
|
||||
|
||||
// Private rendering modules
|
||||
// Private painting modules
|
||||
mod paint_context;
|
||||
|
||||
// Rendering
|
||||
// Painting
|
||||
pub mod color;
|
||||
#[path="display_list/mod.rs"]
|
||||
pub mod display_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue