From 9ce9d8f35b468039868e79de09b88be216b3e836 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 12 May 2020 20:13:00 -0400 Subject: [PATCH] python: wrapper for notcurses_canopen_videos() --- python/src/notcurses/build_notcurses.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/src/notcurses/build_notcurses.py b/python/src/notcurses/build_notcurses.py index 1eea73ba0..aeab2e4d3 100644 --- a/python/src/notcurses/build_notcurses.py +++ b/python/src/notcurses/build_notcurses.py @@ -124,7 +124,8 @@ bool notcurses_canfade(const struct notcurses* nc); int notcurses_mouse_enable(struct notcurses* n); int notcurses_mouse_disable(struct notcurses* n); int ncplane_destroy(struct ncplane* ncp); -bool notcurses_canopen(const struct notcurses* nc); +bool notcurses_canopen_images(const struct notcurses* nc); +bool notcurses_canopen_videos(const struct notcurses* nc); int ncplane_mergedown(struct ncplane* restrict src, struct ncplane* restrict dst); void ncplane_erase(struct ncplane* n); int ncplane_cursor_move_yx(struct ncplane* n, int y, int x);