freebsd-ports/graphics/giram/files/patch-src+view.c
Alexey Dokuchaev 15ae431f93 - Resurrect this port, make it build cleanly
- Take maintainership

Approved by:	fjoe (mentor, implicit), linimon
2004-10-27 09:02:53 +00:00

17 lines
395 B
C

--- src/view.c.orig Sat Aug 10 02:25:18 2002
+++ src/view.c Tue Oct 26 17:04:03 2004
@@ -22,8 +22,13 @@
#include <unistd.h>
#include <math.h>
#include <string.h>
-#include "giram.h"
+
+#undef GTK_DISABLE_DEPRECATED
+#warning GTK_DISABLE_DEPRECATED
+
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtkitemfactory.h>
+#include "giram.h"
#include "tools/tools.h"
#include "tools/tool_select.h"