Replaced hardcoded xfreerdp program name

This commit is contained in:
Armin Novak 2019-02-12 10:53:30 +01:00
parent d03c348595
commit 5904cad1f7
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ static UINT rdpgfx_recv_reset_graphics_pdu(RDPGFX_CHANNEL_CALLBACK* callback,
}
/* some listeners may be interested (namely the display channel) */
EventArgsInit(&graphicsReset, "xfreerdp");
EventArgsInit(&graphicsReset, "libfreerdp");
graphicsReset.width = pdu.width;
graphicsReset.height = pdu.height;
PubSub_OnGraphicsReset(gfx->rdpcontext->pubSub, gfx->rdpcontext, &graphicsReset);