mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 03:44:06 +08:00
[channels,rdpgfx] fixed logger setup
This commit is contained in:
parent
06c070fc4d
commit
29c92af194
@ -2325,6 +2325,7 @@ static UINT init_plugin_cb(GENERIC_DYNVC_PLUGIN* base, rdpContext* rcontext, rdp
|
||||
|
||||
WINPR_ASSERT(base);
|
||||
gfx->rdpcontext = rcontext;
|
||||
gfx->log = WLog_Get(TAG);
|
||||
|
||||
gfx->SurfaceTable = HashTable_New(TRUE);
|
||||
if (!gfx->SurfaceTable)
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <winpr/crt.h>
|
||||
#include <winpr/stream.h>
|
||||
|
||||
#include <freerdp/config.h>
|
||||
#include <freerdp/channels/rdpgfx.h>
|
||||
#include <freerdp/api.h>
|
||||
#include <freerdp/utils/gfx.h>
|
||||
|
Loading…
Reference in New Issue
Block a user