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