summaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-01-22 16:40:59 +0100
committerPierre Ossman <ossman@cendio.se>2019-07-01 10:49:15 +0200
commit56fa7821560a60db39195e8c81d16b46e8f972c2 (patch)
treecc2013baaa127f3e6db22de64155b0fd0c85c4a9 /vncviewer/Viewport.h
parent66f1db543b425f6fe64d437477e6f78924ec57be (diff)
downloadtigervnc-56fa7821560a60db39195e8c81d16b46e8f972c2.tar.gz
tigervnc-56fa7821560a60db39195e8c81d16b46e8f972c2.zip
Add UTF-8 to/from ISO 8859-1 conversion routines
We convert between UTF-8 and ISO 8859-1 (latin 1) in several places so create some common routines for this.
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r--vncviewer/Viewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index c2c9872e..8b9b469b 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -114,8 +114,8 @@ private:
bool firstLEDState;
- const char* pendingServerCutText;
- const char* pendingClientCutText;
+ char* pendingServerCutText;
+ char* pendingClientCutText;
rdr::U32 menuKeySym;
int menuKeyCode, menuKeyFLTK;