Move resize handling in to RFB object

Makes the API simpler and makes it easier for other frontends to
get this functionality.
This commit is contained in:
Pierre Ossman
2017-11-24 15:25:23 +01:00
parent 898cd32c07
commit 9b84f51685
11 changed files with 691 additions and 533 deletions

View File

@@ -89,7 +89,6 @@ None
| clipViewport | bool | RW | false | Use viewport clipping
| width | int | RO | | Display area width
| height | int | RO | | Display area height
| isClipped | bool | RO | | Is the remote display is larger than the client display
### 2.3.2 Methods