view src/lirc.h @ 1760:4f081855679f

bar_gps cleanup - removed the scrollbar - do not set decel-rate, https://bugzilla.gnome.org/show_bug.cgi?id=596419
author nadvornik
date Sat, 26 Sep 2009 11:37:09 +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: */