39608f3c9f
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK).
15 lines
261 B
Text
15 lines
261 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2009/04/06 10:17:32 wiz Exp $
|
|
|
|
--- src/gvnc.c.orig 2008-12-07 20:35:14.000000000 +0100
|
|
+++ src/gvnc.c
|
|
@@ -59,6 +59,10 @@
|
|
#endif
|
|
|
|
|
|
+#ifndef AI_ADDRCONFIG
|
|
+#define AI_ADDRCONFIG 0
|
|
+#endif
|
|
+
|
|
struct wait_queue
|
|
{
|
|
gboolean waiting;
|