Fixing indentation
Signed-off-by: Sameeh Jubran <sameeh@daynix.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
0597b685cb
commit
4cba150eee
@ -4502,7 +4502,7 @@ NTSTATUS QxlDevice::SetPointerPosition(_In_ CONST DXGKARG_SETPOINTERPOSITION* pS
|
||||
QXLCursorCmd *cursor_cmd = CursorCmd();
|
||||
if (pSetPointerPosition->X < 0) {
|
||||
cursor_cmd->type = QXL_CURSOR_HIDE;
|
||||
} else {
|
||||
} else {
|
||||
cursor_cmd->type = QXL_CURSOR_MOVE;
|
||||
cursor_cmd->u.position.x = (INT16)pSetPointerPosition->X;
|
||||
cursor_cmd->u.position.y = (INT16)pSetPointerPosition->Y;
|
||||
|
Loading…
Reference in New Issue
Block a user