update a getpos() comment
Not a typo this time; the highlight-valid-position callback interface was simplified.
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ nextmbuf(void)
|
|||||||
return bufs[bufidx];
|
return bufs[bufidx];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* function for getpos() to highlight desired map locations.
|
/* Callback function for getpos() to highlight desired map locations.
|
||||||
* parameter value 0 = initialize, 1 = highlight, 2 = done
|
* Parameter TRUE: initialize and highlight, FALSE: done (remove highlights).
|
||||||
*/
|
*/
|
||||||
static void (*getpos_hilitefunc)(boolean) = (void (*)(boolean)) 0;
|
static void (*getpos_hilitefunc)(boolean) = (void (*)(boolean)) 0;
|
||||||
static boolean (*getpos_getvalid)(coordxy, coordxy)
|
static boolean (*getpos_getvalid)(coordxy, coordxy)
|
||||||
|
|||||||
Reference in New Issue
Block a user