1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- sidplayer/sidplayer.h~gcc34.patch 2004-05-16 20:54:24.000000000 +0200
+++ sidplayer/sidplayer.h 2004-05-16 20:54:24.000000000 +0200
@@ -36,7 +36,7 @@
#define SHUTDOWN_TIMER_TIMEOUT 10 // 2 would probably be also long enough
-
+static bool evenFlag = 0;
extern bool sidEmuFastForwardReplay( int );
--- sidplayer/sidplayer_list.cpp~gcc34.patch 2004-05-16 20:54:24.000000000 +0200
+++ sidplayer/sidplayer_list.cpp 2004-05-16 20:55:40.000000000 +0200
@@ -23,9 +23,6 @@
#include <qpe/config.h>
-static bool evenFlag; // This global flag is used to toggle between even and odd list entries
- // when generating list items (i.e. when populating a list).
-
PlaylistItem::PlaylistItem( QListView *parent, QListViewItem *after, const QFileInfo &fi,
const QString &name,
const QString &author,
--- sidplayer/sidplayer_file.cpp~gcc34.patch 2004-05-16 20:54:24.000000000 +0200
+++ sidplayer/sidplayer_file.cpp 2004-05-16 20:56:01.000000000 +0200
@@ -24,9 +24,6 @@
#endif
-static bool evenFlag; // This global flag is used to toggle between even and odd list entries
- // when generating list items (i.e. when populating a list).
-
FileItem::FileItem( QListView *parent, const QFileInfo &fi, int type )
: ItemBase( parent ),
fileInfo( fi )
|