openbsd-ports/x11/gtk-vnc/patches/patch-plugin_gtk-vnc-plugin_h
landry 002897f053 Switch gtk-vnc to use xulrunner 1.9. Use npunix.c from ffx's 3.6.11
tarball, and don't call NPN_GetValue with NPNVToolkit. For unknown
reasons this doesn't work with xl 1.9. While here remove no_plugin
PSEUDO_FLAVOR.
ok ajacoutot@
2010-10-24 09:23:34 +00:00

12 lines
349 B
Plaintext

$OpenBSD: patch-plugin_gtk-vnc-plugin_h,v 1.1 2010/10/24 09:23:34 landry Exp $
--- plugin/gtk-vnc-plugin.h.orig Sun Oct 24 01:46:47 2010
+++ plugin/gtk-vnc-plugin.h Sun Oct 24 01:47:21 2010
@@ -36,6 +36,7 @@
#ifndef GTK_VNC_PLUGIN_H
#define GTK_VNC_PLUGIN_H
+#include <prtypes.h>
#include <npapi.h>
#include <gtk/gtk.h>
#include <X11/Xlib.h>