summaryrefslogtreecommitdiffstats
path: root/vncterm/VNConsole.h
diff options
context:
space:
mode:
authordscho <dscho>2004-08-30 15:45:58 +0000
committerdscho <dscho>2004-08-30 15:45:58 +0000
commit97299606daab079cd88a096308487341c113ccec (patch)
treed8f51cfacae63482f330ce20c07dc373c341e893 /vncterm/VNConsole.h
parent0d3b958b479e598b081b9848c34bb74aca9ee7fa (diff)
downloadlibtdevnc-97299606daab079cd88a096308487341c113ccec.tar.gz
libtdevnc-97299606daab079cd88a096308487341c113ccec.zip
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
while structure members should not
Diffstat (limited to 'vncterm/VNConsole.h')
-rw-r--r--vncterm/VNConsole.h2
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