Mercurial > geeqie
diff src/layout.c @ 1635:5ad450d67878
added mark filter to menu - now it is possible to assign hotkeys
| author | nadvornik |
|---|---|
| date | Sat, 06 Jun 2009 22:51:55 +0000 |
| parents | 66bf394d162a |
| children | daab013a0dcf |
line wrap: on
line diff
--- a/src/layout.c Sat Jun 06 19:39:46 2009 +0000 +++ b/src/layout.c Sat Jun 06 22:51:55 2009 +0000 @@ -814,6 +814,14 @@ layout_status_update_info(lw, NULL); /* osd in fullscreen mode */ } +void layout_mark_filter_toggle(LayoutWindow *lw, gint mark) +{ + if (!layout_valid(&lw)) return; + + if (lw->vf) vf_mark_filter_toggle(lw->vf, mark); +} + + /* *----------------------------------------------------------------------------- * access
