view src/lirc.h @ 1705:b8491d75ea22

use name as a tooltip of external editor if comment is missing the hotkey dialog ignores entries with empty tooltip
author nadvornik
date Tue, 25 Aug 2009 22:21:46 +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: */