chore: remove // from inside comment blocks

This commit is contained in:
sithlord48
2025-05-21 21:04:28 -04:00
committed by Nick Bolton
parent 5a90b51e97
commit 723671c2e5
2 changed files with 5 additions and 6 deletions

View File

@ -95,7 +95,7 @@ public:
//! Close screen saver
/*!
// Close the screen saver. Stop reporting screen saver activation
Close the screen saver. Stop reporting screen saver activation
and deactivation and, if the screen saver was disabled by
openScreensaver(), enable the screen saver.
*/

View File

@ -293,11 +293,10 @@ void XWindowsScreen::enter()
// keyboard if they're grabbed.
XUnmapWindow(m_display, m_window);
/* maybe call this if entering for the screensaver
// set keyboard focus to root window. the screensaver should then
// pick up key events for when the user enters a password to unlock.
XSetInputFocus(m_display, PointerRoot, PointerRoot, CurrentTime);
*/
// maybe call this if entering for the screensaver
// set keyboard focus to root window. the screensaver should then
// pick up key events for when the user enters a password to unlock.
// XSetInputFocus(m_display, PointerRoot, PointerRoot, CurrentTime);
if (!m_isPrimary) {
// get the keyboard control state