diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-04-16 15:04:08 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-05-04 14:02:28 +0100 |
commit | dd8681b76b088bab45c99510258920f027490f70 (patch) | |
tree | e06de1203dd48ef25cd16f8a0672d0c4b7a5601c /src/cairo-mutex-list-private.h | |
parent | 9919f1ed9ccbec637252e06dd1de5f4665c873b4 (diff) |
[cairo-xlib] Split per-display attributes from per-screen.
Previously, we stored the per-display attributes inside a special
screen=NULL _cairo_xlib_screen_info_t. Now we keep track of known X
displays and store the screen information beneath the display structure
alongside the per-display hooks.
Diffstat (limited to 'src/cairo-mutex-list-private.h')
-rw-r--r-- | src/cairo-mutex-list-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-mutex-list-private.h b/src/cairo-mutex-list-private.h index 7e65ddc9..37378310 100644 --- a/src/cairo-mutex-list-private.h +++ b/src/cairo-mutex-list-private.h @@ -42,7 +42,7 @@ CAIRO_MUTEX_DECLARE (_cairo_ft_unscaled_font_map_mutex); #endif #if CAIRO_HAS_XLIB_SURFACE -CAIRO_MUTEX_DECLARE (_cairo_xlib_screen_mutex); +CAIRO_MUTEX_DECLARE (_cairo_xlib_display_mutex); #endif |