diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-06-27 23:41:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-06-27 23:41:51 +0200 |
commit | 56c34520ab43d869dfa03cf1b5c4a477197d6aef (patch) | |
tree | ac0ca8d48dac42aa55759d30762fdf1df3fdbdab /src/winwidget.h | |
parent | edc98032b254e29bdde4cf4795bd65eb92e7a6cd (diff) | |
parent | 6b651e3365912d35e16d3aa51211cbbd0fa2e519 (diff) |
Merge branch 'ulteq-simplify-zoom'
Diffstat (limited to 'src/winwidget.h')
-rw-r--r-- | src/winwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/winwidget.h b/src/winwidget.h index 3d998b4..0a707ac 100644 --- a/src/winwidget.h +++ b/src/winwidget.h @@ -146,7 +146,6 @@ winwidget winwidget_create_from_image(Imlib_Image im, char type); void winwidget_rename(winwidget winwid, char *newname); void winwidget_destroy(winwidget winwid); void winwidget_create_window(winwidget ret, int w, int h); -void winwidget_clear_background(winwidget w); Pixmap feh_create_checks(void); double feh_calc_needed_zoom(double *zoom, int orig_w, int orig_h, int dest_w, int dest_h); void feh_debug_print_winwid(winwidget winwid); |