mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-16 19:08:26 +02:00
[quartz] look up the right symbol name for CGContextGetType
This commit is contained in:
parent
e52bad5e33
commit
21dab3c5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ static void quartz_ensure_symbols(void)
|
|||
|
||||
CGContextClipToMaskPtr = dlsym(RTLD_DEFAULT, "CGContextClipToMask");
|
||||
CGContextDrawTiledImagePtr = dlsym(RTLD_DEFAULT, "CGContextDrawTiledImage");
|
||||
CGContextGetTypePtr = dlsym(RTLD_DEFAULT, "CGContextGetTypePtr");
|
||||
CGContextGetTypePtr = dlsym(RTLD_DEFAULT, "CGContextGetType");
|
||||
|
||||
_cairo_quartz_symbol_lookup_done = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue