dmx: fix warning for doxygen explicit links

Explicit links to functions in another file are not supported.

Reviewed-by Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Gaetan Nadon 2011-04-28 21:16:12 -04:00 committed by Keith Packard
parent 0d8a5766a3
commit 9129beb507

View File

@ -115,7 +115,7 @@ Window dmxCreateRootWindow(WindowPtr pWindow)
} }
/** Change the location and size of the "screen" window. Called from /** Change the location and size of the "screen" window. Called from
* #dmxConfigureScreenWindow(). */ * dmxextension.c dmxConfigureScreenWindow(). */
void dmxResizeScreenWindow(ScreenPtr pScreen, void dmxResizeScreenWindow(ScreenPtr pScreen,
int x, int y, int w, int h) 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 /** Change the location and size of the "root" window. Called from
* #dmxConfigureRootWindow. */ * #dmxCreateWindow. */
void dmxResizeRootWindow(WindowPtr pRoot, void dmxResizeRootWindow(WindowPtr pRoot,
int x, int y, int w, int h) int x, int y, int w, int h)
{ {