diff options
Diffstat (limited to 'vncterm/VNConsole.h')
-rw-r--r-- | vncterm/VNConsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncterm/VNConsole.h b/vncterm/VNConsole.h index e450205..ae6822d 100644 --- a/vncterm/VNConsole.h +++ b/vncterm/VNConsole.h @@ -52,7 +52,7 @@ typedef struct vncConsole { rfbBool dontDrawCursor; /* for example, while scrolling */ rfbFontDataPtr font; - rfbScreenInfoPtr rfbScreen; + rfbScreenInfoPtr screen; } vncConsole, *vncConsolePtr; #ifdef USE_ATTRIBUTE_BUFFER |