From 9129beb507642e2414ef1f90d650572325d8c2dc Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 28 Apr 2011 21:16:12 -0400 Subject: [PATCH] dmx: fix warning for doxygen explicit links Explicit links to functions in another file are not supported. Reviewed-by Jeremy Huddleston Signed-off-by: Gaetan Nadon Signed-off-by: Keith Packard --- hw/dmx/dmxwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/dmx/dmxwindow.c b/hw/dmx/dmxwindow.c index c3b470018..704fcff54 100644 --- a/hw/dmx/dmxwindow.c +++ b/hw/dmx/dmxwindow.c @@ -115,7 +115,7 @@ Window dmxCreateRootWindow(WindowPtr pWindow) } /** Change the location and size of the "screen" window. Called from - * #dmxConfigureScreenWindow(). */ + * dmxextension.c dmxConfigureScreenWindow(). */ void dmxResizeScreenWindow(ScreenPtr pScreen, int x, int y, int w, int h) { @@ -138,7 +138,7 @@ void dmxResizeScreenWindow(ScreenPtr pScreen, } /** Change the location and size of the "root" window. Called from - * #dmxConfigureRootWindow. */ + * #dmxCreateWindow. */ void dmxResizeRootWindow(WindowPtr pRoot, int x, int y, int w, int h) {