diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-09-13 15:17:40 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-09-14 17:52:39 -0700 |
commit | 6eee5ee05f7936552ffbb2531db85b3c0b225a3c (patch) | |
tree | 66490416f255ab740f1e58561228152cdaa735aa /src/fb.h | |
parent | 26910b99215b6feebace8cd3ddc5d96681c3d1e1 (diff) |
fb: s/fb_fragment_divide_single/fb_fragment_slice_single/
Mechanical cosmetic change
Diffstat (limited to 'src/fb.h')
-rw-r--r-- | src/fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ void fb_free(fb_t *fb); void fb_get_put_pages_count(fb_t *fb, unsigned *count); fb_t * fb_new(int drm_fd, uint32_t crtc_id, uint32_t *connectors, int n_connectors, drmModeModeInfoPtr mode, int n_pages); void fb_fragment_divide(fb_fragment_t *fragment, unsigned n_fragments, fb_fragment_t fragments[]); -int fb_fragment_divide_single(const fb_fragment_t *fragment, unsigned n_fragments, unsigned num, fb_fragment_t *res_fragment); +int fb_fragment_slice_single(const fb_fragment_t *fragment, unsigned n_fragments, unsigned num, fb_fragment_t *res_fragment); int fb_fragment_tile_single(const fb_fragment_t *fragment, unsigned tile_size, unsigned num, fb_fragment_t *res_fragment); |