X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=in_sdl.h;h=2f823127a6e3af7771381e4f6d3f920102eb680f;hb=c54d04fd84f59c60c6ecdbd2502fbda5de735b4b;hp=47f7a83280e61e8cee6979917c6e99b91d45b5ec;hpb=a86e9a3e58f55bf49d99dfd5e5d6413e17149593;p=libpicofe.git diff --git a/in_sdl.h b/in_sdl.h index 47f7a83..2f82312 100644 --- a/in_sdl.h +++ b/in_sdl.h @@ -1,3 +1,4 @@ struct in_default_bind; -void in_sdl_init(const struct in_default_bind *defbinds); +void in_sdl_init(const struct in_default_bind *defbinds, + void (*handler)(void *event));