Mike Jumper

Results 5 issues of Mike Jumper

Here it is - the X.Org driver. There's some documentation to be done with some of the older code, so I've opened this up as a draft and I'll get...

This change is intended to supersede the changes proposed by poor @josnabattula via PR #931 that I have been very slow to review. It builds off the original commit (27bbd35a3d8d7bfb41ac50dfc145e1314121d289)...

This change builds off the internal `guac_common_display` and `guac_common_surface` structures to create a new public `guac_display` structure and surrounding API. The approach within `guac_display` improves on that of `guac_common_surface` in...

Under GCC (v14.2.1 in my case), merely including `freerdp/codecs.h` results in the `codecs_free()` deprecation warning being triggered. This does not happen with Clang. For example, attempting to compile the following:...

nothing-we-can-fix