diff options
Diffstat (limited to 'xorg-server/hw/dmx/dmxinput.c')
-rw-r--r-- | xorg-server/hw/dmx/dmxinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/dmx/dmxinput.c b/xorg-server/hw/dmx/dmxinput.c index 5203e1a8f..d9118b6a0 100644 --- a/xorg-server/hw/dmx/dmxinput.c +++ b/xorg-server/hw/dmx/dmxinput.c @@ -88,7 +88,7 @@ void ProcessInputEvents(void) dmxInput->processInputEvents(dmxInput); } -/** This routine is called from #dmxwindow.c whenever the layout of +/** This routine is called from \a dmxwindow.c whenever the layout of * windows on the display might have changed. This information is used * by input drivers (currently only the console driver) that provide * information about window layout to the user. */ |