Kalidescope <sic>; accept (but ignore) disabled_features
This commit is contained in:
parent
eda0a646be
commit
7f9bad96b7
1 changed files with 3 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
Last updated: April 11, 2023
|
||||
Last updated: April 12, 2023
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -64,7 +64,7 @@ char *kal_icon_names[KAL_COUNT] = {
|
|||
/* Function Declarations: */
|
||||
|
||||
Uint32 kalidescope_api_version(void);
|
||||
int kalidescope_init(magic_api * api);
|
||||
int kalidescope_init(magic_api * api, Uint32 disabled_features);
|
||||
int kalidescope_get_tool_count(magic_api * api);
|
||||
SDL_Surface *kalidescope_get_icon(magic_api * api, int which);
|
||||
char *kalidescope_get_name(magic_api * api, int which);
|
||||
|
|
@ -100,8 +100,7 @@ Uint32 kalidescope_api_version(void)
|
|||
return (TP_MAGIC_API_VERSION);
|
||||
}
|
||||
|
||||
// No setup required:
|
||||
int kalidescope_init(magic_api * api)
|
||||
int kalidescope_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED)
|
||||
{
|
||||
char fname[1024];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue