~ubuntu-branches/ubuntu/hardy/libgdiplus/hardy

« back to all changes in this revision

Viewing changes to cairo/src/cairo-debug.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-18 13:08:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218130810-hlmitxfddf6h511j
Tags: 1.2.6-1ubuntu1
* Sync with Debian:
  - debian/control:
    + Add lpia and sparc to the architectures. We support them.
    + Change Maintainer to Ubuntu Mono Team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
void
60
60
cairo_debug_reset_static_data (void)
61
61
{
62
 
#if CAIRO_HAS_XLIB_SURFACE
63
 
    _cairo_xlib_screen_reset_static_data ();
64
 
#endif
65
 
 
66
62
    _cairo_font_reset_static_data ();
67
63
 
68
64
#if CAIRO_HAS_FT_FONT