| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It is much more natural than custom methods for this very common
operation.
|
|
|
|
|
|
| |
The generally recommended way is to include it from source files, not
headers. We had a mix of both. Let's try to be consistent and follow the
recommended way.
|
|
|
|
| |
Might as well make these explicit so the cost is apparent.
|
|
|
|
|
| |
This is the current upstream so let's make use of it to get the latest
in features and fixes.
|
|
|
|
|
| |
It was unused and added complexity and bugs to the code. So let's
remove it rather than trying to clean up a function no one needed.
|
| |
|
|
|
|
| |
We already have an assignment operator, so no need for this method.
|
|
|
|
|
| |
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.
|
|
More changes will follow.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519
|