<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - NULL dereference in weston_pointer_send_frame with RDP backend"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93833#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - NULL dereference in weston_pointer_send_frame with RDP backend"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93833">bug 93833</a>
from <span class="vcard"><a class="email" href="mailto:lnicola@dend.ro" title="Laurentiu Nicola <lnicola@dend.ro>"> <span class="fn">Laurentiu Nicola</span></a>
</span></b>
<pre>I have no idea, it kinda' stopped building. My FreeRDP version is
1:1.2.0_20160107-6.
../src/compositor-rdp.c: In function ‘xf_peer_activate’:
../src/compositor-rdp.c:58:29: error: too many arguments to function
‘rfx_context_reset’
# define RFX_RESET(C, W, H) rfx_context_reset(C, W, H)
^
../src/compositor-rdp.c:874:2: note: in expansion of macro ‘RFX_RESET’
RFX_RESET(peerCtx->rfx_context, weston_output->width, weston_output->height);
^~~~~~~~~
In file included from /usr/include/freerdp/codecs.h:27:0,
from /usr/include/freerdp/freerdp.h:46,
from ../src/compositor-rdp.c:67:
/usr/include/freerdp/codec/rfx.h:186:18: note: declared here
FREERDP_API void rfx_context_reset(RFX_CONTEXT* context);
^~~~~~~~~~~~~~~~~
../src/compositor-rdp.c:57:29: error: too many arguments to function
‘nsc_context_reset’
# define NSC_RESET(C, W, H) nsc_context_reset(C, W, H)
^
../src/compositor-rdp.c:875:2: note: in expansion of macro ‘NSC_RESET’
NSC_RESET(peerCtx->nsc_context, weston_output->width, weston_output->height);
^~~~~~~~~
In file included from /usr/include/freerdp/codecs.h:28:0,
from /usr/include/freerdp/freerdp.h:46,
from ../src/compositor-rdp.c:67:
/usr/include/freerdp/codec/nsc.h:96:17: note: declared here
FREERDP_API int nsc_context_reset(NSC_CONTEXT* context);
^~~~~~~~~~~~~~~~~
Makefile:4723: recipe for target 'src/rdp_backend_la-compositor-rdp.lo' failed
make[1]: *** [src/rdp_backend_la-compositor-rdp.lo] Error 1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>