FreeRDP/uwac/libuwac
Kyle Evans 1b5e234135 uwac: don't try to use O_TMPFILE on FreeBSD
Currently, this sets an invalid open flag and attempts to open(), which
will fail.  Instead of doing that, don't try to define O_TMPFILE where
such a definition can't exist and force the fallback rather than making
an always-fail open() call.
2020-06-08 08:17:25 +02:00
..
.gitignore Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt Implemented UWAC clipboard handling. 2019-01-23 15:54:05 +01:00
uwac-clipboard.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
uwac-display.c Fixed UwacDisplayGetOutput and UwacOutputGetResolution checks 2020-05-05 10:29:25 +02:00
uwac-input.c libuwac/input: Fix memory leak 2020-04-29 22:31:02 +02:00
uwac-os.c uwac: don't try to use O_TMPFILE on FreeBSD 2020-06-08 08:17:25 +02:00
uwac-os.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-output.c uwac, wlfreerdp: corrected API for UwacOutput and added monitor listing 2020-04-21 08:12:31 +02:00
uwac-priv.h libuwac/window: Fix memory leak / SIGBUS 2020-04-26 19:19:31 +02:00
uwac-tools.c Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-utils.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
uwac-utils.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-window.c libuwac/window: Fix memory leak / SIGBUS 2020-04-26 19:19:31 +02:00