diff options
Diffstat (limited to 'src/cairo-xlib-display.c')
-rw-r--r-- | src/cairo-xlib-display.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-xlib-display.c b/src/cairo-xlib-display.c index 49aa6981..afa75327 100644 --- a/src/cairo-xlib-display.c +++ b/src/cairo-xlib-display.c @@ -280,6 +280,8 @@ _cairo_xlib_device_create (Display *dpy) XExtCodes *codes; const char *env; + CAIRO_MUTEX_INITIALIZE (); + /* There is an apparent deadlock between this mutex and the * mutex for the display, but it's actually safe. For the * app to call XCloseDisplay() while any other thread is |