Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid symbol clash for Xregion functions | Pierre Ossman | 2016-05-13 | 1 | -0/+16 |
| | | | | | | | We might be linking our Xregion and libX11 into the same binary, causing a clash between the symbols. In theory they should be compatible, but that's not guaranteed. Avoid the issue by adding a "vnc" prefix to our version. | ||||
* | Update Xregion to latest upstream | Pierre Ossman | 2016-05-13 | 1 | -42/+9 |
| | |||||
* | Split Xregion headers according to upstream | Pierre Ossman | 2016-05-13 | 1 | -0/+184 |
We've stolen the Xregion code from libX11, so let's keep the same header naming so that it is easier to keep things in sync. |