FreeRDP/channels
Bernhard Miklautz 1628939227 fix [client channels]: move exported API calls to client/common
The functions mappedGeometryRef and mappedGeometryUnref are API
functions ([1]) but were implemented in the geometry channel.
In case FreeRDP was built with BUILTIN_CHANNELS=OFF those functions
weren't available globally but used by the video channel.

Now the functions are fixed part of the freerdp-client library and
therefore available for all channels.

[1] exported in freerdp/client/geometry.h

Fixes #6236
2020-06-17 12:59:41 +02:00
..
audin Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
client Fixed return type for subsystem entry 2020-04-10 14:11:15 +02:00
cliprdr Removed unused variable warnings 2020-05-20 15:10:07 +02:00
disp Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
drdynvc drdynvc: client: fix #6252 use-after-free 2020-06-03 19:47:40 +03:00
drive Fixed oob read in irp_write and similar 2020-05-06 13:31:57 +02:00
echo Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
encomsp Fix memory leaks in client/encomsp_main.c and client/remdesk_main.c 2020-06-02 09:50:07 +02:00
geometry fix [client channels]: move exported API calls to client/common 2020-06-17 12:59:41 +02:00
parallel Fixed oob read in parallel_process_irp_create 2020-05-06 13:31:57 +02:00
printer Fixed #6157: Reset cups instance on disconnect. 2020-05-12 08:46:06 +02:00
rail Fixed rails debug string warnings. 2020-05-20 15:10:07 +02:00
rdp2tcp fix [build]: don't export rdp2tcp as cmake target 2019-11-13 16:11:46 +01:00
rdpdr Don't allow to overflow dev_array array 2020-05-01 20:34:59 +02:00
rdpei Fixed sign compare warnings with constants. 2020-06-03 09:53:18 +02:00
rdpgfx Reset pointer to NULL after free. 2020-05-20 15:10:08 +02:00
rdpsnd Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
remdesk Fix memory leaks in client/encomsp_main.c and client/remdesk_main.c 2020-06-02 09:50:07 +02:00
serial Fixed oob read in irp_write and similar 2020-05-06 13:31:57 +02:00
server rail server: implement channel code for rail server 2019-12-12 11:10:44 +01:00
smartcard Fixed formatting. 2020-06-04 07:55:12 +02:00
sshagent Reformatted to new style 2019-11-07 10:53:54 +01:00
tsmf Removed unused function 2020-03-10 14:04:53 +01:00
urbdrc Fixed double free in urb_isoch_transfer_cb 2020-06-03 08:37:45 +02:00
video Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
CMakeLists.txt Replaced CMake list find with loop to fix build issues. 2020-02-27 11:18:54 +01:00