Commit e99e844c authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Fix typo (wrong DISPLAY.CheckCursor ordinal).

Superfluous FIXME converted to TRACE in CheckCursor.
parent ac8cbe6d
......@@ -28,7 +28,7 @@ type win16
101 pascal16 Inquire(ptr) DISPLAY_Inquire
102 pascal16 SetCursor(ptr) DISPLAY_SetCursor
103 pascal16 MoveCursor(word word) DISPLAY_MoveCursor
140 pascal16 CheckCursor() DISPLAY_CheckCursor
104 pascal16 CheckCursor() DISPLAY_CheckCursor
500 pascal16 UserRepaintDisable(word) UserRepaintDisable16
600 stub InkReady
601 stub GetLPDevice
......
......@@ -46,7 +46,7 @@ VOID WINAPI DISPLAY_MoveCursor( WORD wAbsX, WORD wAbsY )
*/
VOID WINAPI DISPLAY_CheckCursor()
{
FIXME( cursor, "stub\n" );
TRACE( cursor, "stub\n" );
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment