diff options
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Composite.c | 4 |
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 |