diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-22 10:04:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-22 10:04:12 +0100 |
commit | d4aad4f7b58e51fb8573c84c9e47718a209b7896 (patch) | |
tree | 3d4be73d006f568f22292ba17f963674646d4f05 /fb-gui.h | |
parent | ea9270851a237aaa74c7b2fc5f62e6512367bc3d (diff) | |
download | fbida-d4aad4f7b58e51fb8573c84c9e47718a209b7896.tar.gz |
blit using pixman, drop dirty line tracking
Diffstat (limited to 'fb-gui.h')
-rw-r--r-- | fb-gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ extern int visible; void shadow_render(gfxstate *gfx); void shadow_clear_lines(int first, int last); void shadow_clear(void); -void shadow_set_dirty(void); void shadow_set_palette(int fd); void shadow_init(gfxstate *gfx); void shadow_fini(void); |