comparison audacious/genevent.h @ 197:ccd034857702 trunk

[svn] Split up generic events into audcore_generic_events(), and client-specific stuff remains in mainwin_idle_func().
author nenolod
date Tue, 15 Nov 2005 20:21:50 -0800
parents audacious/main.h@cb178e5ad177
children f12d7e208b43
comparison
equal deleted inserted replaced
196:b3b2fc5c8fe9 197:ccd034857702
1 /* Audacious -- Cross-platform multimedia platform
2 * Copyright (C) 2005 Audacious development team.
3 *
4 * Based on BMP:
5 * Copyright (C) 2003-2004 BMP development team.
6 *
7 * Based on XMMS:
8 * Copyright (C) 1998-2003 XMMS development team.
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 */
24
25 #ifndef GENEVENT_H
26 #define GENEVENT_H
27
28 #include "mainwin.h"
29 #include "textbox.h"
30 #include "vis.h"
31
32 extern gboolean ev_waiting;
33
34 gint audcore_generic_events(void);
35
36 #endif