Skip to content

Commit 249efce

Browse files
committed
Adds comments regarding init_cursor() purpose in initdsp.c
1 parent 1de2e3e commit 249efce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/initdsp.c

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ extern int *Xdisplay; /* DAANGER -jarl nilsson 27-apr-92 */
9898
/************************************************************************/
9999

100100
void init_cursor(void) {
101+
/* init_cursor sets up any OS/hardware that is necessary
102+
* for the rest of the display system to get a cursor displayed.
103+
* For display subsystems like X11 or SDL there's nothing to do
104+
* Originally this did work for memory mapped Sun display boards
105+
*/
101106
}
102107

103108
/************************************************************************/

0 commit comments

Comments
 (0)