X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ftgi.h;h=19630d0d94e6760f6b433158e541a98837443d62;hb=36cf23680ce0318a97acf9d0c1635d37b89727f8;hp=46c7fa04401f673d06f6ffbaf3c7e7479b519d91;hpb=14030c08523a3493e03ecba82a0a378d50638cda;p=cc65 diff --git a/include/tgi.h b/include/tgi.h index 46c7fa044..19630d0d9 100644 --- a/include/tgi.h +++ b/include/tgi.h @@ -270,7 +270,7 @@ void __fastcall__ tgi_outtextxy (int x, int y, const char* s); * the end of the text. */ -unsigned __fastcall__ tgi_ioctl (unsigned char code, unsigned val); +unsigned __fastcall__ tgi_ioctl (unsigned char code, void* data); /* Call the driver specific control function. What this function does for * a specific code depends on the driver. The driver will set an error * for unknown codes or values.