--- src/gui/calc/calc.c 2011-04-21 19:30:02.000000000 +0200
+++ src/gui/calc/calc.c 2011-04-21 19:47:19.998760979 +0200
// Install LCD refresh: 100 FPS (10 ms)
tid = g_timeout_add((params.lcd_rate == -1) ? 50 : params.lcd_rate,
- (GtkFunction)hid_refresh, NULL);
+ (GSourceFunc)hid_refresh, NULL);
gtk_widget_show(main_wnd); // show wnd here
tid = g_timeout_add((params.lcd_rate == -1) ? 50 : params.lcd_rate,
- (GtkFunction)hid_refresh, NULL);
+ (GSourceFunc)hid_refresh, NULL);
int hid_switch_with_skin(void)
--- src/gui/calc/popup.c 2011-04-21 19:26:31.000000000 +0200
+++ src/gui/calc/popup.c 2011-04-21 19:47:19.998760979 +0200
This means GtkTooltipsData is now deprecated. */
#undef GTK_DISABLE_DEPRECATED
+#undef GTK_DISABLE_DEPRECATED
+#define GTK_DISABLE_DEPRECATED
--- src/gui/debugger/dbg_romcall.c 2011-04-21 19:26:31.000000000 +0200
+++ src/gui/debugger/dbg_romcall.c 2011-04-21 19:48:04.506429940 +0200
+#undef GTK_DISABLE_DEPRECATED
+#define GTK_DISABLE_DEPRECATED
--- src/gui/filesel.c 2011-04-21 19:26:31.000000000 +0200
+++ src/gui/filesel.c 2011-04-21 19:47:19.998760979 +0200
+#undef GTK_DISABLE_DEPRECATED
+#define GTK_DISABLE_DEPRECATED