mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Adds comments regarding init_cursor() purpose in initdsp.c
This commit is contained in:
parent
1de2e3e954
commit
249efce565
@ -98,6 +98,11 @@ extern int *Xdisplay; /* DAANGER -jarl nilsson 27-apr-92 */
|
||||
/************************************************************************/
|
||||
|
||||
void init_cursor(void) {
|
||||
/* init_cursor sets up any OS/hardware that is necessary
|
||||
* for the rest of the display system to get a cursor displayed.
|
||||
* For display subsystems like X11 or SDL there's nothing to do
|
||||
* Originally this did work for memory mapped Sun display boards
|
||||
*/
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user