Mercurial > audlegacy-plugins
view src/hotkey/grab.h @ 2949:0f0227b29f43
Only enable bluetooth if we have alsa.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 04 Oct 2008 19:54:04 +0200 |
parents | 0be42d832217 |
children |
line wrap: on
line source
#ifndef _GRAB_H_INCLUDED_ #define _GRAB_H_INCLUDED_ #include <glib.h> void grab_keys (); void ungrab_keys (); gboolean setup_filter(); void release_filter(); #endif