Explicit links to functions in another file are not supported.

Reviewed-by Jeremy Huddleston <jerem...@apple.com>
Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
---
 hw/dmx/dmxwindow.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/dmx/dmxwindow.c b/hw/dmx/dmxwindow.c
index c3b4700..704fcff 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)
 {
-- 
1.6.0.4

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to