commit | f8e3b34c69b848781b958c7a4d21175ddc6f90d8 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Jan 26 14:37:04 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Jan 26 15:14:33 2015 +0100 |
tree | f2aec3ca936379cd910099f4be94a1e023ae4e88 | |
parent | cc3179046eb9b0a5e9f27572de1195ac8acf4766 [diff] |
Restructure Xvnc/libvnc.so code to avoid C++ header hacks The internal Xorg headers are very incompatible with C++ and we've had to resort to all kinds of hacks in order to include them in our C++ code. This approach isn't really viable long term so restructure things so that we have a glue layer written in C that bridges the Xorg core with the RFB classes.