aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-01 13:06:48 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-01 13:06:48 +0100
commit01a758d1062046eef4c7ee691e1b8f65f49a8095 (patch)
treef327dd809a2767e54d7404062ba5535687234fac /fb-gui.h
parent1e0ceada51b7277530c748231299c8d6377e0f80 (diff)
downloadfbida-01a758d1062046eef4c7ee691e1b8f65f49a8095.tar.gz
drop more line editing support
Diffstat (limited to 'fb-gui.h')
-rw-r--r--fb-gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fb-gui.h b/fb-gui.h
index f3a48f8..fa55692 100644
--- a/fb-gui.h
+++ b/fb-gui.h
@@ -19,10 +19,8 @@ void shadow_draw_rgbdata(int x, int y, int pixels,
void shadow_merge_rgbdata(int x, int y, int pixels, int weight,
unsigned char *rgb);
void shadow_darkify(int x1, int x2, int y1,int y2, int percent);
-void shadow_reverse(int x1, int x2, int y1,int y2);
int shadow_draw_string(FT_Face face, int x, int y, wchar_t *str, int align);
-void shadow_draw_string_cursor(FT_Face face, int x, int y, wchar_t *str, int pos);
void shadow_draw_text_box(FT_Face face, int x, int y, int percent,
wchar_t *lines[], unsigned int count);