mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
parent
04656d7450
commit
529c7f6da7
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ public:
|
|||
if (createD2DFactory) {
|
||||
D2D1_FACTORY_OPTIONS options;
|
||||
options.debugLevel = D2D1_DEBUG_LEVEL_NONE;
|
||||
createD2DFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED,
|
||||
createD2DFactory(D2D1_FACTORY_TYPE_MULTI_THREADED,
|
||||
__uuidof(ID2D1Factory),
|
||||
&options,
|
||||
(void**)&mFactoryInstance);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue