wok annotate visualboyadvance/stuff/1.7.2-gcc34.patch @ rev 14598
evas_generic_loaders: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon May 27 21:30:23 2013 +0200 (2013-05-27) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@7031 | 1 diff -ur src/gtk/joypadconfig.h src/gtk/joypadconfig.h |
gokhlayeh@7031 | 2 --- src/gtk/joypadconfig.h 2004-05-10 16:43:21.000000000 +0200 |
gokhlayeh@7031 | 3 +++ src/gtk/joypadconfig.h 2004-08-12 22:30:20.838039064 +0200 |
gokhlayeh@7031 | 4 @@ -22,8 +22,8 @@ |
gokhlayeh@7031 | 5 |
gokhlayeh@7031 | 6 #include <vector> |
gokhlayeh@7031 | 7 |
gokhlayeh@7031 | 8 -#include <libglademm.h> |
gokhlayeh@7031 | 9 #include <gtkmm.h> |
gokhlayeh@7031 | 10 +#include <libglademm.h> |
gokhlayeh@7031 | 11 |
gokhlayeh@7031 | 12 #ifndef GTKMM20 |
gokhlayeh@7031 | 13 # include "sigccompat.h" |
gokhlayeh@7031 | 14 diff -ur src/gtk/main.cpp src/gtk/main.cpp |
gokhlayeh@7031 | 15 --- src/gtk/main.cpp 2004-05-21 18:02:35.000000000 +0200 |
gokhlayeh@7031 | 16 +++ src/gtk/main.cpp 2004-08-12 22:39:08.633801912 +0200 |
gokhlayeh@7031 | 17 @@ -22,10 +22,10 @@ |
gokhlayeh@7031 | 18 |
gokhlayeh@7031 | 19 #include <list> |
gokhlayeh@7031 | 20 |
gokhlayeh@7031 | 21 -#include <libglademm.h> |
gokhlayeh@7031 | 22 #include <gtkmm/main.h> |
gokhlayeh@7031 | 23 #include <gtkmm/window.h> |
gokhlayeh@7031 | 24 #include <gtkmm/messagedialog.h> |
gokhlayeh@7031 | 25 +#include <libglademm.h> |
gokhlayeh@7031 | 26 |
gokhlayeh@7031 | 27 #include "images/vba-wm-pixbufs.h" |
gokhlayeh@7031 | 28 |
gokhlayeh@7031 | 29 diff -ur src/gtk/window.h src/gtk/window.h |
gokhlayeh@7031 | 30 --- src/gtk/window.h 2004-05-21 15:25:41.000000000 +0200 |
gokhlayeh@7031 | 31 +++ src/gtk/window.h 2004-08-12 22:30:58.650290728 +0200 |
gokhlayeh@7031 | 32 @@ -23,8 +23,8 @@ |
gokhlayeh@7031 | 33 #include <sys/types.h> |
gokhlayeh@7031 | 34 #include <stdarg.h> |
gokhlayeh@7031 | 35 |
gokhlayeh@7031 | 36 -#include <libglademm.h> |
gokhlayeh@7031 | 37 #include <gtkmm.h> |
gokhlayeh@7031 | 38 +#include <libglademm.h> |
gokhlayeh@7031 | 39 |
gokhlayeh@7031 | 40 #ifndef GTKMM20 |
gokhlayeh@7031 | 41 # include "sigccompat.h" |