diff options
author | Levi Smith <lsmith3@unbc.ca> | 2010-09-04 03:58:43 -0700 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-09-05 16:25:35 +0200 |
commit | aa22a1466e747a67fbae482d0251545ebb73318f (patch) | |
tree | 8bed4fe2f0f22221a82844387a946bc88c7e16ec /src/winwidget.h | |
parent | c9787e8b1750a5f58ac759579e72a53ed752026d (diff) |
1) winwidget.c winwidget.h New function winwidget_update_caption using code in winwindget_render_image. This code was removed from the latter, and replaced with a call to winwidget_update_caption.
2) Image caption is updated after running action when in slideshow mode.
3) Running action in slideshow mode no longer changes the image automatically.
Diffstat (limited to 'src/winwidget.h')
-rw-r--r-- | src/winwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h index 68b2c76..012d78f 100644 --- a/src/winwidget.h +++ b/src/winwidget.h @@ -128,6 +128,7 @@ void winwidget_move(winwidget winwid, int x, int y); void winwidget_resize(winwidget winwid, int w, int h); void winwidget_setup_pixmaps(winwidget winwid); void winwidget_update_title(winwidget ret); +void winwidget_update_caption(winwidget winwid); void winwidget_rerender_all(int resize, int alias); void winwidget_destroy_xwin(winwidget winwid); |