Marek Habersack
|
28976dfef2
|
[C++] Sync API changes
Been a while, but here goes, sync to the latest API changes.
Added:
* Direct: cursor_{up,left,right,down} (`ncdirect_cursor_{up,left,right,down}`)
* Plane: constructors to use `ncplane_bound`
* Plane: reparent (`ncplane_reparent`)
* Plot: definition of `default_options`
Changed:
* Plane (breaking): the `*gradient*` functions now return `int`
* Plane (breaking): `polyfill` returns `int`
* Plane (breaking): `stain` returns `int`
* Plane (breaking): `blit_bgrx` takes `const void*` for `data`
* Plane (breaking): `blit_rgba` takes `const void*` for `data`
* Plot: `plot_optons` -> `ncplot_options`
* Plot (breaking): `{add,set}_sample` now return `bool`
|
2020-04-11 20:44:25 -04:00 |
|