Tobias Junghans
Tobias Junghans
When using fakeXrandr in an x2go session (X-Server-based Remote Desktop) a few changes are neccessary. An x2go server does not provide EDID data for its output and the output screen...
`select()` does not work with file descriptors > 1024 so use the more modern `poll()` function if available. This also avoids the overhead of allocating/managing the quite huge `fd_set` structure....
This allows using libvncclient on any kind of custom transport, e.g. for TLS tunneling via a special TLS socket implementation. May be the function pointer / hook names can be...
As of 7124b5fbcf0df8db4d3f73023d77af6ea56409e7 the maximum rect width and size are equal for every compression level so we can easily save the LUT entries by using constants instead. This fixes OOB...
Since `prestring` is initialized with `NULL` we must not write to it before it points to allocated memory (line 2584).
* PropertySelector: allow usage with any QML objects * PropertySelector: use stream operator for message I do not claim any copyrights on these minor changes so feel free to incorporate...