summaryrefslogtreecommitdiffstats
path: root/common/Xregion/Xutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid symbol clash for Xregion functionsPierre Ossman2016-05-131-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 upstreamPierre Ossman2016-05-131-42/+9
|
* Split Xregion headers according to upstreamPierre Ossman2016-05-131-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.