summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/pb-cui.c
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commitd3e5eadbdcce508c48258b15664baa753ce6fc81 (patch)
treed6dd61bcb46c00d0ef21216c8463eacca3dcc092 /ui/ncurses/pb-cui.c
parent4341aeae5ace4f8137334d6e8fa885d546fd3216 (diff)
downloadtalos-petitboot-d3e5eadbdcce508c48258b15664baa753ce6fc81.tar.gz
talos-petitboot-d3e5eadbdcce508c48258b15664baa753ce6fc81.zip
Add ncurses joystick support
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'ui/ncurses/pb-cui.c')
-rw-r--r--ui/ncurses/pb-cui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/pb-cui.c b/ui/ncurses/pb-cui.c
index 860d55d..972490a 100644
--- a/ui/ncurses/pb-cui.c
+++ b/ui/ncurses/pb-cui.c
@@ -269,7 +269,7 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
}
- pb.cui = cui_init(&pb, pb_kexec_cb);
+ pb.cui = cui_init(&pb, pb_kexec_cb, NULL);
if (!pb.cui)
return EXIT_FAILURE;
OpenPOWER on IntegriCloud