mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-27 04:42:56 +03:00
Framebuffer: Return on successful non-repeating bitmap plot.
This commit is contained in:
parent
c06cfd9fae
commit
12a1d7c36e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user