summaryrefslogtreecommitdiff
path: root/x11/gnopernicus/patches
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnopernicus/patches')
-rw-r--r--x11/gnopernicus/patches/patch-ae17
-rw-r--r--x11/gnopernicus/patches/patch-af18
2 files changed, 35 insertions, 0 deletions
diff --git a/x11/gnopernicus/patches/patch-ae b/x11/gnopernicus/patches/patch-ae
new file mode 100644
index 00000000000..33b8699d018
--- /dev/null
+++ b/x11/gnopernicus/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.3 2005/12/18 22:23:56 rillig Exp $
+
+Keywords: c90
+
+--- srcore/srspc.c.orig Mon Aug 22 14:08:02 2005
++++ srcore/srspc.c Sun Dec 18 23:07:08 2005
+@@ -1536,8 +1536,9 @@ src_timeout_start_speech (gpointer data)
+ static void
+ src_restart_speech ()
+ {
+- g_printerr ("\nRestarting speech.\n");
+ gboolean use_speech = FALSE;
++
++ g_printerr ("\nRestarting speech.\n");
+ SET_SRCORE_CONFIG_DATA (SRCORE_SPEECH_ACTIVE, CFGT_BOOL, &use_speech);
+ speech_timeout_id = g_timeout_add (SRC_SPEECH_RESTART_TIMEOUT, src_timeout_start_speech, NULL);
+ }
diff --git a/x11/gnopernicus/patches/patch-af b/x11/gnopernicus/patches/patch-af
new file mode 100644
index 00000000000..3346ae4b421
--- /dev/null
+++ b/x11/gnopernicus/patches/patch-af
@@ -0,0 +1,18 @@
+$NetBSD: patch-af,v 1.3 2005/12/18 22:23:56 rillig Exp $
+
+Keywords: c90
+
+--- srlow/libsrlow/SRLow.c.orig Mon Jul 25 16:21:54 2005
++++ srlow/libsrlow/SRLow.c Sun Dec 18 23:00:29 2005
+@@ -666,8 +666,10 @@ srl_get_focused_cell (Accessible *acc_ta
+ for (i = rows; !rv && i <= rowe && count < SRL_MAX_CHILDREN_CNT; i++)
+ for (j = cols; !rv && j <= cole && count < SRL_MAX_CHILDREN_CNT; j++)
+ {
++ Accessible *cell;
++
+ count++;
+- Accessible *cell = AccessibleTable_getAccessibleAt (table, i, j);
++ cell = AccessibleTable_getAccessibleAt (table, i, j);
+ if (cell)
+ {
+ if (srl_acc_has_state (cell, SPI_STATE_FOCUSED))