Scroll images with text

This commit is contained in:
Kovid Goyal
2017-10-05 20:23:32 +05:30
parent a4e7985fb0
commit 689227dce4
3 changed files with 27 additions and 5 deletions

View File

@@ -79,3 +79,4 @@ GraphicsManager* grman_realloc(GraphicsManager *, index_type lines, index_type c
void grman_clear(GraphicsManager*);
const char* grman_handle_command(GraphicsManager *self, const GraphicsCommand *g, const uint8_t *payload, Cursor *c, bool *is_dirty);
bool grman_update_layers(GraphicsManager *self, unsigned int scrolled_by, float screen_left, float screen_top, float dx, float dy, unsigned int num_cols, unsigned int num_rows);
void grman_scroll_images(GraphicsManager *self, int32_t amt, int32_t limit);