Framebuffer: Return on successful non-repeating bitmap plot.

This commit is contained in:
Michael Drake 2017-06-10 16:18:05 +01:00
parent c06cfd9fae
commit 12a1d7c36e

View File

@ -336,6 +336,7 @@ framebuffer_plot_bitmap(const struct redraw_context *ctx,
if (!nsfb_plot_copy(bm, NULL, nsfb, &loc)) {
return NSERROR_INVALID;
}
return NSERROR_OK;
}
nsfb_plot_get_clip(nsfb, &clipbox);