mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-13 21:02:14 +08:00
fix: protocol compatibility with Synergy (#7524)
* fix: protocol compatiblity wity synergy * Apply clang format * Update ChangeLog --------- Co-authored-by: Nick Bolton <nick@symless.com>
This commit is contained in:
parent
0220a481f2
commit
660fb9daff
@ -1,5 +1,11 @@
|
||||
# 1.17.0
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- #7524 Restore protocol compatibility with Synergy
|
||||
|
||||
Enhancements:
|
||||
|
||||
- #7519 Rename project to Deskflow (was Synergy Community Edition)
|
||||
- #7522 Fix broken CI caused by renaming project to Deskflow
|
||||
|
||||
|
||||
@ -18,8 +18,9 @@
|
||||
|
||||
#include "deskflow/protocol_types.h"
|
||||
|
||||
const char *const kMsgHello = "Deskflow%2i%2i";
|
||||
const char *const kMsgHelloBack = "Deskflow%2i%2i%s";
|
||||
// Keep the "Synergy" name for hello to preserve compatibility with Synergy
|
||||
const char *const kMsgHello = "Synergy%2i%2i";
|
||||
const char *const kMsgHelloBack = "Synergy%2i%2i%s";
|
||||
const char *const kMsgCNoop = "CNOP";
|
||||
const char *const kMsgCClose = "CBYE";
|
||||
const char *const kMsgCEnter = "CINN%2i%2i%4i%2i";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user