Move keypress logging behind the DLP_Log verbose option

This commit is contained in:
Lauri Kasanen
2022-10-13 13:39:49 +03:00
parent 0ef8a51945
commit 17cd5e597a
4 changed files with 22 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ void vncLogError(const char *name, const char *format, ...) __printf_attr(2, 3);
void vncLogStatus(const char *name, const char *format, ...) __printf_attr(2, 3);
void vncLogInfo(const char *name, const char *format, ...) __printf_attr(2, 3);
void vncLogDebug(const char *name, const char *format, ...) __printf_attr(2, 3);
void vncLogDLPVerbose(const char *name, const char *format, ...) __printf_attr(2, 3);
int vncSetParam(const char *name, const char *value);
int vncSetParamSimple(const char *nameAndValue);