From 3bb95824fc7305a5554d30a8b0490c60bf9288e8 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 7 Aug 2020 15:50:16 -0400 Subject: [PATCH] update some terminology --- include/notcurses/notcurses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index 8bbf322de..ef3d0f723 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -1222,7 +1222,7 @@ API char* ncplane_contents(const struct ncplane* nc, int begy, int begx, // Manipulate the opaque user pointer associated with this plane. // ncplane_set_userptr() returns the previous userptr after replacing // it with 'opaque'. the others simply return the userptr. -API void* ncplane_set_userptr(struct ncplane* n, void* opaque); +API void* ncplane_set_userptR(STRUCT Ncplane* n, void* opaque); API void* ncplane_userptr(struct ncplane* n); API void ncplane_center_abs(const struct ncplane* n, int* RESTRICT y,