mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
winex11.drv: Move a conditionally used label into the condition in X11DRV_XRender_Init.
This commit is contained in:
parent
2508025bcd
commit
ef6f8a58c5
@ -427,9 +427,10 @@ const struct gdi_dc_funcs *X11DRV_XRender_Init(void)
|
||||
fontconfig_installed = pFcInit();
|
||||
}
|
||||
else TRACE( "cannot find the fontconfig library " SONAME_LIBFONTCONFIG "\n" );
|
||||
#endif
|
||||
|
||||
sym_not_found:
|
||||
#endif
|
||||
|
||||
glyphsetCache = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY,
|
||||
sizeof(*glyphsetCache) * INIT_CACHE_SIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user