aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-09-05 23:40:45 +0200
committerUlrich Sibiller <uli42@gmx.de>2020-01-05 22:37:36 +0100
commit631092bb006f646c3b0d51c7b50deeb2a2ea927e (patch)
treef046eb63f08790a34308902384f0b373af62fc78 /nx-X11
parente72e2375ffcb7625d2c322d4d58965d06a630c8e (diff)
downloadnx-libs-631092bb006f646c3b0d51c7b50deeb2a2ea927e.tar.gz
nx-libs-631092bb006f646c3b0d51c7b50deeb2a2ea927e.tar.bz2
nx-libs-631092bb006f646c3b0d51c7b50deeb2a2ea927e.zip
Cursor.c: remove some blank lines
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Cursor.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Cursor.c b/nx-X11/programs/Xserver/hw/nxagent/Cursor.c
index 5346efd90..2b4728736 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Cursor.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Cursor.c
@@ -107,7 +107,6 @@ void nxagentConstrainCursor(ScreenPtr pScreen, BoxPtr pBox)
fprintf(stderr, "nxagentConstrainCursor: WARNING! Called with box [%d,%d,%d,%d].\n",
pBox->x1, pBox->y1, pBox->x2, pBox->y2);
}
-
#endif
}
@@ -300,7 +299,6 @@ Bool nxagentSetCursorPosition(ScreenPtr pScreen, int x, int y,
* Calling miSetCursorPosition with generateEvent == 0 causes a
* crash in miPoiterUpdate().
*/
-
return 1;
}
}
@@ -404,13 +402,11 @@ Bool nxagentReconnectAllCursor(void *p0)
FindClientResourcesByType(clients[i], RT_CURSOR, nxagentReconnectCursor, &r);
#ifdef WARNING
-
if (r == False)
{
fprintf(stderr, "nxagentReconnectAllCursor: WARNING! Failed to recreate "
"cursor for client [%d].\n", i);
}
-
#endif
}
}
@@ -514,13 +510,11 @@ Bool nxagentDisconnectAllCursor(void)
FindClientResourcesByType(clients[i], RT_CURSOR, nxagentDisconnectCursor, &r);
#ifdef WARNING
-
if (r == False)
{
fprintf(stderr, "nxagentDisconnectAllCursor: WARNING! Failed to disconnect "
"cursor for client [%d].\n", i);
}
-
#endif
}
}
@@ -560,13 +554,11 @@ void nxagentListCursors(void)
FindClientResourcesByType(clients[i], RT_CURSOR, nxagentListCursor, &r);
#ifdef WARNING
-
if (r == False)
{
fprintf(stderr, "nxagentListCursors: WARNING! Failed to list "
"cursor for client [%d].\n", i);
}
-
#endif
}
}