mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Drawing text on mac doesn't work yet
This commit is contained in:
parent
a5c4323167
commit
82d9ff3e56
1 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,12 @@ fn draw_display_list(
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
fn draw_some_text(_draw_target: AzDrawTargetRef) {
|
||||
// FIXME: Don't know how to draw text on mac yet
|
||||
}
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
fn draw_some_text(draw_target: AzDrawTargetRef) {
|
||||
|
||||
import az = azure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue