summaryrefslogtreecommitdiff
path: root/misc/alevt/files/patch-xio.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/alevt/files/patch-xio.c')
-rw-r--r--misc/alevt/files/patch-xio.c28
1 files changed, 4 insertions, 24 deletions
diff --git a/misc/alevt/files/patch-xio.c b/misc/alevt/files/patch-xio.c
index 0f80a2cdf1b2..9f8a5cd55ef6 100644
--- a/misc/alevt/files/patch-xio.c
+++ b/misc/alevt/files/patch-xio.c
@@ -1,30 +1,10 @@
---- xio.c.orig 2002-08-20 05:09:38.000000000 +0200
-+++ xio.c 2007-08-23 07:48:59.587926513 +0200
-@@ -31,11 +31,11 @@
-
- static struct dl_head dpys[1]; /* list of all displays */
-
-+static void xio_timer();
-
- static int
- timer_init(int argc, char **argv)
- {
-- static void xio_timer();
- int p[2], timer_pid, i;
-
- if (pipe(p) == -1)
-@@ -154,13 +154,12 @@
- fdset_del_fd(fds, fd);
+--- xio.c.orig 2007-12-03 06:18:04.000000000 +0000
++++ xio.c 2008-04-30 12:37:57.000000000 +0000
+@@ -156,6 +156,7 @@
}
--
+
+static void handle_event(); //forward ref
struct xio *
xio_open_dpy(char *dpy, int argc, char **argv)
- {
- XClassHint classhint[1];
-- static void handle_event(); //forward ref
- struct xio *xio;
-
- if (local_init(argc, argv) == -1)