From 764c60904b2be6d0e486f80eb9d541b7c331c4fc Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 21 Sep 2018 12:30:36 +0200 Subject: Update NumLock comment now that we have sync --- unix/xserver/hw/vnc/Input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unix/xserver') diff --git a/unix/xserver/hw/vnc/Input.c b/unix/xserver/hw/vnc/Input.c index 5c458f5d..228b382d 100644 --- a/unix/xserver/hw/vnc/Input.c +++ b/unix/xserver/hw/vnc/Input.c @@ -537,9 +537,9 @@ static void vncKeysymKeyboardEvent(KeySym keysym, int down) * get confused when we do a fake shift to get the same effect * that having NumLock active would produce. * - * Until we have proper NumLock synchronisation (so we can - * avoid faking shift), we try to avoid the fake shifts if we - * can use an alternative keysym. + * Not all clients have proper NumLock synchronisation (so we + * can avoid faking shift) so we try to avoid the fake shifts + * if we can use an alternative keysym. */ if (((state & ShiftMask) != (new_state & ShiftMask)) && vncGetAvoidShiftNumLock() && vncIsAffectedByNumLock(keycode)) { -- cgit v1.2.3