diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-01 13:06:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-01 13:06:48 +0100 |
commit | 01a758d1062046eef4c7ee691e1b8f65f49a8095 (patch) | |
tree | f327dd809a2767e54d7404062ba5535687234fac /fb-gui.h | |
parent | 1e0ceada51b7277530c748231299c8d6377e0f80 (diff) | |
download | fbida-01a758d1062046eef4c7ee691e1b8f65f49a8095.tar.gz |
drop more line editing support
Diffstat (limited to 'fb-gui.h')
-rw-r--r-- | fb-gui.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |