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=HEAD;hpb=9227a7770e0d144109ee34ae34a270c6d06b9f80 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));