Mercurial > audlegacy-plugins
view src/hotkey/grab.h @ 2337:107c1fed3d92
Port Schism modplug core.
author | "Tony Vroon <chainsaw@gentoo.org>" |
---|---|
date | Thu, 24 Jan 2008 12:05:59 +0000 |
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