diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-06-16 19:13:19 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2018-06-16 19:13:19 +0200 |
commit | 127b44ca0ee31e1b695955ebe9f679b2468ae9e4 (patch) | |
tree | 86ce9ff7cc80f6d8c856649c9304f5dc85727f4a /README | |
parent | b997331e52a4d5f8c8ac680a3127fa8e30a38c00 (diff) | |
download | libtdevnc-127b44ca0ee31e1b695955ebe9f679b2468ae9e4.tar.gz libtdevnc-127b44ca0ee31e1b695955ebe9f679b2468ae9e4.zip |
README: remove reference to functions not existing anymore
Closes #202.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 ----------------- |