mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-05 09:04:23 +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…
x
Reference in New Issue
Block a user