14 lines
409 B
Text
14 lines
409 B
Text
$NetBSD: patch-ac,v 1.1 2006/12/06 05:44:24 minskim Exp $
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=382692
|
|
|
|
--- bonobo/bonobo-control-frame.c.orig 2006-04-03 02:18:45.000000000 -0700
|
|
+++ bonobo/bonobo-control-frame.c
|
|
@@ -26,6 +26,7 @@
|
|
#include <gdk/gdkx.h>
|
|
#elif defined (GDK_WINDOWING_WIN32)
|
|
#include <gdk/gdkwin32.h>
|
|
+#elif defined (GDK_WINDOWING_QUARTZ)
|
|
#else
|
|
#error Port to this GDK backend
|
|
#endif
|