mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Add missing return type.
This commit is contained in:
@@ -66,7 +66,7 @@ extern int MonoOrColor;
|
||||
|
||||
|
||||
#ifdef DISPLAYBUFFER
|
||||
n_new_cursorin_CG6( dx, dy, w, h )
|
||||
LispPTR n_new_cursorin_CG6( dx, dy, w, h )
|
||||
register int dx, dy, w, h;
|
||||
{
|
||||
if((dx < MOUSEXR)&&(dx + w > MOUSEXL)&&(dy < MOUSEYH)&&(dy + h > MOUSEYL))
|
||||
|
||||
Reference in New Issue
Block a user