We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de2e3e commit 249efceCopy full SHA for 249efce
src/initdsp.c
@@ -98,6 +98,11 @@ extern int *Xdisplay; /* DAANGER -jarl nilsson 27-apr-92 */
98
/************************************************************************/
99
100
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
+ */
106
}
107
108
0 commit comments