Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
631092bb
Commit
631092bb
authored
Sep 05, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cursor.c: remove some blank lines
parent
e72e2375
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
Cursor.c
nx-X11/programs/Xserver/hw/nxagent/Cursor.c
+0
-8
No files found.
nx-X11/programs/Xserver/hw/nxagent/Cursor.c
View file @
631092bb
...
...
@@ -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
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment