Update GuiServer.cpp

This commit is contained in:
isaak654 2021-06-13 20:27:47 +02:00 committed by GitHub
parent 4b4231aa03
commit f0e537e3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3024,7 +3024,7 @@ ULONG GuiServer::ClipCursorSlave(SlaveArgs *args)
if (req->have_rect)
rect = &req->rect;
ClipCursor(rect); //if (! ) // as this seam to randomly fail don't issue errors
ClipCursor(rect); //if (! ) // as this seems to randomly fail, don't issue errors
// return STATUS_ACCESS_DENIED; // todo: add reply and return ret value
return STATUS_SUCCESS;