annotate src/audacious/ui_jumptotrack.h @ 3018:6a9fdd5aee3a trunk

Move timer updates out of the 100hz giant loop.
author Daniel Drake <dsd@gentoo.org>
date Mon, 09 Jul 2007 23:19:35 -0500
parents 04642d2d0941
children 3b6d316f8b09
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2500
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
1 /* Audacious - Cross-platform multimedia player
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
2 * Copyright (C) 2005-2006 Audacious development team.
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
3 *
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
4 * BMP - Cross-platform multimedia player
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
5 * Copyright (C) 2003-2004 BMP development team.
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
6 *
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
7 * Based on XMMS:
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
8 * Copyright (C) 1998-2003 XMMS development team.
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
9 *
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
10 * This program is free software; you can redistribute it and/or modify
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
11 * it under the terms of the GNU General Public License as published by
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
12 * the Free Software Foundation; under version 2 of the License.
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
13 *
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
14 * This program is distributed in the hope that it will be useful,
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
17 * GNU General Public License for more details.
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
18 *
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
19 * You should have received a copy of the GNU General Public License
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
20 * along with this program; if not, write to the Free Software
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
22 */
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
23
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
24 #ifndef UI_JUMPTOTRACK_H
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
25 #define UI_JUMPTOTRACK_H
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
26
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
27 extern void ui_jump_to_track_update(GtkWidget * widget, gpointer user_data);
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
28 extern void ui_jump_to_track(void);
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
29
04642d2d0941 [svn] - split out jump to track
nenolod
parents:
diff changeset
30 #endif