Move cursor URI check to RFB object

Keeps the Display object simpler, and avoids having to abuse a
property to transfer the information.
This commit is contained in:
Pierre Ossman
2017-10-14 16:49:07 +02:00
parent 134ec26ee0
commit fdff59eeb4
5 changed files with 2 additions and 45 deletions

View File

@@ -97,7 +97,6 @@ None
| viewport | bool | RW | false | Use viewport clipping
| width | int | RO | | Display area width
| height | int | RO | | Display area height
| cursor_uri | raw | RW | | Can we render cursor using data URI
### 2.3.2 Methods