seq24/seq24-gcc43.patch
2008-10-29 03:37:40 +00:00

292 lines
12 KiB
Diff

diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/bus.xpm seq24-0.8.7/src/bus.xpm
--- seq24-0.8.7.stack-smash/src/bus.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/bus.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * bus_xpm[] = {
+static const char * bus_xpm[] = {
"36 14 4 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/collapse.xpm seq24-0.8.7/src/collapse.xpm
--- seq24-0.8.7.stack-smash/src/collapse.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/collapse.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * collapse_xpm[] = {
+static const char * collapse_xpm[] = {
"27 11 3 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/copy.xpm seq24-0.8.7/src/copy.xpm
--- seq24-0.8.7.stack-smash/src/copy.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/copy.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * copy_xpm[] = {
+static const char * copy_xpm[] = {
"33 11 4 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/down.xpm seq24-0.8.7/src/down.xpm
--- seq24-0.8.7.stack-smash/src/down.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/down.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * down_xpm[] = {
+static const char * down_xpm[] = {
"7 14 2 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/event.cpp seq24-0.8.7/src/event.cpp
--- seq24-0.8.7.stack-smash/src/event.cpp 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/event.cpp 2008-10-28 22:34:14.000000000 -0500
@@ -18,6 +18,7 @@
//
//-----------------------------------------------------------------------------
#include "event.h"
+#include <cstring>
event::event()
{
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/expand.xpm seq24-0.8.7/src/expand.xpm
--- seq24-0.8.7.stack-smash/src/expand.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/expand.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * expand_xpm[] = {
+static const char * expand_xpm[] = {
"33 11 4 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/font_b.xpm seq24-0.8.7/src/font_b.xpm
--- seq24-0.8.7.stack-smash/src/font_b.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/font_b.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * font_b_xpm[] = {
+static const char * font_b_xpm[] = {
"145 209 3 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/font.cpp seq24-0.8.7/src/font.cpp
--- seq24-0.8.7.stack-smash/src/font.cpp 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/font.cpp 2008-10-28 22:34:14.000000000 -0500
@@ -25,6 +25,7 @@
#include "font_b.xpm"
#include <string>
+#include <cstring>
font::font( )
{
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/font_w.xpm seq24-0.8.7/src/font_w.xpm
--- seq24-0.8.7.stack-smash/src/font_w.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/font_w.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * font_w_xpm[] = {
+static const char * font_w_xpm[] = {
"145 209 2 1",
" c #000000",
". c #FFFFFF",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/key.xpm seq24-0.8.7/src/key.xpm
--- seq24-0.8.7.stack-smash/src/key.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/key.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * key_xpm[] = {
+static const char * key_xpm[] = {
"13 14 3 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/length.xpm seq24-0.8.7/src/length.xpm
--- seq24-0.8.7.stack-smash/src/length.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/length.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * length_xpm[] = {
+static const char * length_xpm[] = {
"36 11 2 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/loop.xpm seq24-0.8.7/src/loop.xpm
--- seq24-0.8.7.stack-smash/src/loop.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/loop.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * loop_xpm[] = {
+static const char * loop_xpm[] = {
"33 12 3 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/menu_empty.xpm seq24-0.8.7/src/menu_empty.xpm
--- seq24-0.8.7.stack-smash/src/menu_empty.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/menu_empty.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * menu_empty_xpm[] = {
+static const char * menu_empty_xpm[] = {
"10 10 2 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/menu_full.xpm seq24-0.8.7/src/menu_full.xpm
--- seq24-0.8.7.stack-smash/src/menu_full.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/menu_full.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * menu_full_xpm[] = {
+static const char * menu_full_xpm[] = {
"10 10 2 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/midi.xpm seq24-0.8.7/src/midi.xpm
--- seq24-0.8.7.stack-smash/src/midi.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/midi.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * midi_xpm[] = {
+static const char * midi_xpm[] = {
"14 14 4 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/note_length.xpm seq24-0.8.7/src/note_length.xpm
--- seq24-0.8.7.stack-smash/src/note_length.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/note_length.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * note_length_xpm[] = {
+static const char * note_length_xpm[] = {
"29 12 2 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/perfedit.xpm seq24-0.8.7/src/perfedit.xpm
--- seq24-0.8.7.stack-smash/src/perfedit.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/perfedit.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * perfedit_xpm[] = {
+static const char * perfedit_xpm[] = {
"23 14 11 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/play2.xpm seq24-0.8.7/src/play2.xpm
--- seq24-0.8.7.stack-smash/src/play2.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/play2.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * play2_xpm[] = {
+static const char * play2_xpm[] = {
"16 11 5 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/play.xpm seq24-0.8.7/src/play.xpm
--- seq24-0.8.7.stack-smash/src/play.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/play.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * play_xpm[] = {
+static const char * play_xpm[] = {
"36 14 10 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/rec.xpm seq24-0.8.7/src/rec.xpm
--- seq24-0.8.7.stack-smash/src/rec.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/rec.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * rec_xpm[] = {
+static const char * rec_xpm[] = {
"36 14 10 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/scale.xpm seq24-0.8.7/src/scale.xpm
--- seq24-0.8.7.stack-smash/src/scale.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/scale.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * scale_xpm[] = {
+static const char * scale_xpm[] = {
"30 14 2 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/seq24.xpm seq24-0.8.7/src/seq24.xpm
--- seq24-0.8.7.stack-smash/src/seq24.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/seq24.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * seq24_xpm[] = {
+static const char * seq24_xpm[] = {
"124 32 3 1",
" c None",
". c None",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/sequences.xpm seq24-0.8.7/src/sequences.xpm
--- seq24-0.8.7.stack-smash/src/sequences.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/sequences.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * sequences_xpm[] = {
+static const char * sequences_xpm[] = {
"30 14 3 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/snap.xpm seq24-0.8.7/src/snap.xpm
--- seq24-0.8.7.stack-smash/src/snap.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/snap.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * snap_xpm[] = {
+static const char * snap_xpm[] = {
"29 12 5 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/stop.xpm seq24-0.8.7/src/stop.xpm
--- seq24-0.8.7.stack-smash/src/stop.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/stop.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * stop_xpm[] = {
+static const char * stop_xpm[] = {
"15 11 5 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/thru.xpm seq24-0.8.7/src/thru.xpm
--- seq24-0.8.7.stack-smash/src/thru.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/thru.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * thru_xpm[] = {
+static const char * thru_xpm[] = {
"62 14 10 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/tools.xpm seq24-0.8.7/src/tools.xpm
--- seq24-0.8.7.stack-smash/src/tools.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/tools.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * tools_xpm[] = {
+static const char * tools_xpm[] = {
"13 14 5 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/undo.xpm seq24-0.8.7/src/undo.xpm
--- seq24-0.8.7.stack-smash/src/undo.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/undo.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * undo_xpm[] = {
+static const char * undo_xpm[] = {
"16 14 3 1",
" c None",
". c #000000",
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal seq24-0.8.7.stack-smash/src/zoom.xpm seq24-0.8.7/src/zoom.xpm
--- seq24-0.8.7.stack-smash/src/zoom.xpm 2008-10-28 22:33:58.000000000 -0500
+++ seq24-0.8.7/src/zoom.xpm 2008-10-28 22:34:14.000000000 -0500
@@ -1,5 +1,5 @@
/* XPM */
-static char * zoom_xpm[] = {
+static const char * zoom_xpm[] = {
"16 14 10 1",
" c None",
". c #000000",