File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nx-X11/programs/Xserver/hw/nxagent Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,7 @@ static void nxagentEnableAutoGrab(void)
801801#endif
802802
803803 nxagentGrabPointerAndKeyboard (NULL );
804- setWinNameSuffix (WINDOWSUFFIX_AUTOGRAB , "input grabbed " );
804+ setWinNameSuffix (WINDOWSUFFIX_AUTOGRAB , "autograb on " );
805805 updateWinName ();
806806 nxagentChangeOption (AutoGrab , True );
807807}
@@ -838,7 +838,7 @@ static void nxagentEnableInputlock(void)
838838#ifdef DEBUG
839839 fprintf (stderr , "activating inputlock\n" );
840840#endif
841- setWinNameSuffix (WINDOWSUFFIX_INPUTLOCK , "pointer locked " );
841+ setWinNameSuffix (WINDOWSUFFIX_INPUTLOCK , "inputlock on " );
842842 updateWinName ();
843843 XGrabPointer (nxagentDisplay ,nxagentDefaultWindows [0 ], True ,
844844 ButtonPressMask | ButtonReleaseMask | PointerMotionMask | FocusChangeMask | EnterWindowMask | LeaveWindowMask ,
You can’t perform that action at this time.
0 commit comments