aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-22 10:04:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-22 10:04:12 +0100
commitd4aad4f7b58e51fb8573c84c9e47718a209b7896 (patch)
tree3d4be73d006f568f22292ba17f963674646d4f05 /fb-gui.h
parentea9270851a237aaa74c7b2fc5f62e6512367bc3d (diff)
downloadfbida-d4aad4f7b58e51fb8573c84c9e47718a209b7896.tar.gz
blit using pixman, drop dirty line tracking
Diffstat (limited to 'fb-gui.h')
-rw-r--r--fb-gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fb-gui.h b/fb-gui.h
index 3d9bd6d..9a8c443 100644
--- a/fb-gui.h
+++ b/fb-gui.h
@@ -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);