FreeRDP/client/common
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
..
test Made CHANNEL_TSMF optional and deprecated. 2020-02-26 13:56:43 +01:00
client.c Read newline from stdio on certificate accept 2020-05-20 11:57:01 +02:00
CMakeLists.txt fix [client channels]: move exported API calls to client/common 2020-06-17 12:59:41 +02:00
cmdline.c Replaced strtok with strtok_s 2020-05-18 11:39:22 +02:00
cmdline.h Merge pull request #6063 from akallabeth/expert_settings 2020-05-04 12:09:39 +02:00
compatibility.c Reformatted to new style 2019-11-07 10:53:54 +01:00
compatibility.h Reformatted to new style 2019-11-07 10:53:54 +01:00
file.c Fixed BehaviourSanitizer warning in rdp parser 2020-05-20 15:10:07 +02:00
geometry.c fix [client channels]: move exported API calls to client/common 2020-06-17 12:59:41 +02:00