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