Commit 61e4d294 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Composite.c: Fix wrong function names in TEST output

parent 876063ce
...@@ -110,7 +110,7 @@ void nxagentCompositeExtensionInit() ...@@ -110,7 +110,7 @@ void nxagentCompositeExtensionInit()
#ifdef TEST #ifdef TEST
else else
{ {
fprintf(stderr, "nxagentRenderExtensionInit: Use of the composite extension not enabled.\n"); fprintf(stderr, "nxagentCompositeExtensionInit: Use of the composite extension not enabled.\n");
} }
#endif #endif
} }
...@@ -188,7 +188,7 @@ void nxagentUnredirectWindow(WindowPtr pWin) ...@@ -188,7 +188,7 @@ void nxagentUnredirectWindow(WindowPtr pWin)
if (nxagentWindowPriv(pWin) -> isRedirected == 1) if (nxagentWindowPriv(pWin) -> isRedirected == 1)
{ {
#ifdef TEST #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)); "to off-screen memory.\n", nxagentWindow(pWin));
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment