view src/lirc.h @ 1173:52ce0263cb7c

Use the last selected images for the splitted views. Ie. when 5 images are selected, the last one is displayed, split quad while open images 5,4,3,2. It seems better to me.
author zas_
date Sat, 22 Nov 2008 22:54:51 +0000
parents 1646720364cf
children
line wrap: on
line source

#ifndef LIRC_H
#define LIRC_H

#include "main.h"

#ifdef HAVE_LIRC
void layout_image_lirc_init(LayoutWindow *lw);
#endif

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */