FreeRDP/channels/geometry/client
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
..
CMakeLists.txt geometry: a skeleton for the MS-RDPEGT channel 2017-12-08 11:26:29 +01:00
geometry_main.c fix [client channels]: move exported API calls to client/common 2020-06-17 12:59:41 +02:00
geometry_main.h Reformatted to new style 2019-11-07 10:53:54 +01:00