From 127b44ca0ee31e1b695955ebe9f679b2468ae9e4 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 16 Jun 2018 19:13:19 +0200 Subject: [PATCH] README: remove reference to functions not existing anymore Closes #202. --- README | 3 --- 1 file changed, 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 -----------------