x11vnc: whoops str decl in wrong place for old compilers.

pull/1/head
runge 18 years ago
parent 06af02b5ac
commit 8cda60969b

@ -1,5 +1,5 @@
x11vnc README file Date: Tue Jul 4 19:28:31 EDT 2006
x11vnc README file Date: Tue Jul 4 19:57:31 EDT 2006
The following information is taken from these URLs:

@ -2860,8 +2860,8 @@ void keyboard(rfbBool down, rfbKeySym keysym, rfbClientPtr client) {
keysym = remap->after;
isbutton = remap->isbutton;
if (debug_keyboard) {
X_LOCK;
char *str1, *str2;
X_LOCK;
str1 = XKeysymToString(remap->before);
str2 = XKeysymToString(remap->after);
rfbLog("keyboard(): remapping keysym: "

Loading…
Cancel
Save