summaryrefslogtreecommitdiff
path: root/src/libnsfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnsfb.c')
-rw-r--r--src/libnsfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnsfb.c b/src/libnsfb.c
index 83e1a37..b3a1903 100644
--- a/src/libnsfb.c
+++ b/src/libnsfb.c
@@ -61,9 +61,9 @@ int nsfb_claim(nsfb_t *nsfb, nsfb_bbox_t *box)
return nsfb->frontend_rtns->claim(nsfb, box);
}
-int nsfb_release(nsfb_t *nsfb, nsfb_bbox_t *box)
+int nsfb_update(nsfb_t *nsfb, nsfb_bbox_t *box)
{
- return nsfb->frontend_rtns->release(nsfb, box);
+ return nsfb->frontend_rtns->update(nsfb, box);
}
int nsfb_set_geometry(nsfb_t *nsfb, int width, int height, int bpp)