aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-01-05 01:05:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-05 12:47:46 +0100
commit61e4d294942ac103c10b5f79cff49fdf3c820e6d (patch)
tree6797ca25e1c9f3e9900b8065ef4dd4f6bf23c7f5 /nx-X11
parent876063ce1f0d951f08232f0fce80b558e044ab5b (diff)
downloadnx-libs-61e4d294942ac103c10b5f79cff49fdf3c820e6d.tar.gz
nx-libs-61e4d294942ac103c10b5f79cff49fdf3c820e6d.tar.bz2
nx-libs-61e4d294942ac103c10b5f79cff49fdf3c820e6d.zip
Composite.c: Fix wrong function names in TEST output
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Composite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Composite.c b/nx-X11/programs/Xserver/hw/nxagent/Composite.c
index bd84c52b0..8f1579443 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Composite.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Composite.c
@@ -110,7 +110,7 @@ void nxagentCompositeExtensionInit()
#ifdef TEST
else
{
- fprintf(stderr, "nxagentRenderExtensionInit: Use of the composite extension not enabled.\n");
+ fprintf(stderr, "nxagentCompositeExtensionInit: Use of the composite extension not enabled.\n");
}
#endif
}
@@ -188,7 +188,7 @@ void nxagentUnredirectWindow(WindowPtr pWin)
if (nxagentWindowPriv(pWin) -> isRedirected == 1)
{
#ifdef TEST
- fprintf(stderr, "nxagentRedirectWindow: Disabling redirection of window id [%ld] "
+ fprintf(stderr, "nxagentUnredirectWindow: Disabling redirection of window id [%ld] "
"to off-screen memory.\n", nxagentWindow(pWin));
#endif