Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update for language changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Dec 23, 2012
1 parent 4fa6613 commit fda8346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cairo_ft.rs
Expand Up @@ -4,8 +4,8 @@ use libc::*;
extern mod freetype;
extern mod fontconfig;

use freetype::freetype::FT_Face;
use fontconfig::fontconfig::FcPattern;
use cairo_ft::freetype::freetype::FT_Face;
use cairo_ft::fontconfig::fontconfig::FcPattern;

use cairo::{
cairo_font_face_t, cairo_scaled_font_t, cairo_font_options_t
Expand Down
2 changes: 1 addition & 1 deletion cairo_xlib.rs
Expand Up @@ -3,7 +3,7 @@
extern mod xlib;

use libc::*;
use xlib::xlib::{Display, Drawable, Visual, Screen, Pixmap};
use cairo_xlib::xlib::xlib::{Display, Drawable, Visual, Screen, Pixmap};
use cairo::cairo_surface_t;

#[link_name="cairo"]
Expand Down

0 comments on commit fda8346

Please sign in to comment.