summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-06-16 19:13:19 +0200
committerChristian Beier <dontmind@freeshell.org>2018-06-16 19:13:19 +0200
commit127b44ca0ee31e1b695955ebe9f679b2468ae9e4 (patch)
tree86ce9ff7cc80f6d8c856649c9304f5dc85727f4a /README
parentb997331e52a4d5f8c8ac680a3127fa8e30a38c00 (diff)
downloadlibtdevnc-127b44ca0ee31e1b695955ebe9f679b2468ae9e4.tar.gz
libtdevnc-127b44ca0ee31e1b695955ebe9f679b2468ae9e4.zip
README: remove reference to functions not existing anymore
Closes #202.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 6227069..a049320 100644
--- a/README
+++ b/README
@@ -122,9 +122,6 @@ Making it interactive
Input is handled by IO functions (see below).
Whenever you change something in the frame buffer, call rfbMarkRectAsModified.
-You should make sure that the cursor is not drawn before drawing yourself
-by calling rfbUndrawCursor. You can also draw the cursor using rfbDrawCursor,
-but it hardly seems necessary. For cursor details, see below.
Utility functions
-----------------