gnome-commander r1813 - in branches/gcmd-1-3: . src src/intviewer



Author: epiotr
Date: Mon Jun  2 15:40:54 2008
New Revision: 1813
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1813&view=rev

Log:
Add patch to compile with GTK 2.13

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-includes.h
   branches/gcmd-1-3/src/intviewer/image-render.cc
   branches/gcmd-1-3/src/intviewer/text-render.cc
   branches/gcmd-1-3/src/intviewer/viewer-widget.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-includes.h
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-includes.h	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-includes.h	Mon Jun  2 15:40:54 2008
@@ -21,6 +21,7 @@
 #define __GNOME_CMD_INCLUDES_H__
 
 #include <libgcmd/libgcmd.h>
+#include <gtk/gtkmarshal.h>
 
 typedef void *(*PthreadFunc)(void *);
 

Modified: branches/gcmd-1-3/src/intviewer/image-render.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/image-render.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/image-render.cc	Mon Jun  2 15:40:54 2008
@@ -32,6 +32,7 @@
 
 #include <gtk/gtk.h>
 #include <gtk/gtkadjustment.h>
+#include <gtk/gtkmarshal.h>
 
 #include "image-render.h"
 #include "gnome-cmd-includes.h"

Modified: branches/gcmd-1-3/src/intviewer/text-render.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/text-render.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/text-render.cc	Mon Jun  2 15:40:54 2008
@@ -34,6 +34,7 @@
 #include <gtk/gtk.h>
 #include <gtk/gtkadjustment.h>
 #include <gdk/gdkkeysyms.h>
+#include <gtk/gtkmarshal.h>
 
 #include "gvtypes.h"
 #include "fileops.h"

Modified: branches/gcmd-1-3/src/intviewer/viewer-widget.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/viewer-widget.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/viewer-widget.cc	Mon Jun  2 15:40:54 2008
@@ -32,6 +32,7 @@
 
 #include <gtk/gtk.h>
 #include <gtk/gtktable.h>
+#include <gtk/gtkmarshal.h>
 
 #include <libgnome/libgnome.h>
 #include <libgnomevfs/gnome-vfs.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]