view src/hotkey/grab.h @ 2632:55bc7318ff40

Fix ModPlug plugin bug "not starting from pattern order #0" by reverting CSoundFile::ProcessRow() to version not from Schism Tracker.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 21:11:35 +0300
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