diff options
Diffstat (limited to 'xorg-server/hw/dmx/dmxwindow.c')
-rw-r--r-- | xorg-server/hw/dmx/dmxwindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/dmx/dmxwindow.c b/xorg-server/hw/dmx/dmxwindow.c index ef912b6a3..16b79b830 100644 --- a/xorg-server/hw/dmx/dmxwindow.c +++ b/xorg-server/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)
{
|