summaryrefslogtreecommitdiff
path: root/x11/libxklavier/files/patch-tests-test_monitor.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-12 16:49:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-12 16:49:13 +0000
commit1e8736e54b4c1f82febd4d0ead042d71bd764912 (patch)
tree6d0695755acdf215a2dd43e18484d0ee10ae8995 /x11/libxklavier/files/patch-tests-test_monitor.c
parentFix a bug with installation. Somehow I forgot to do the install step (diff)
- Fix build on 4.x
Notes
Notes: svn path=/head/; revision=119066
Diffstat (limited to '')
-rw-r--r--x11/libxklavier/files/patch-tests-test_monitor.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/libxklavier/files/patch-tests-test_monitor.c b/x11/libxklavier/files/patch-tests-test_monitor.c
new file mode 100644
index 000000000000..3fcc08426904
--- /dev/null
+++ b/x11/libxklavier/files/patch-tests-test_monitor.c
@@ -0,0 +1,19 @@
+--- tests/test_monitor.c.orig Fri Oct 1 21:52:02 2004
++++ tests/test_monitor.c Tue Oct 12 18:47:32 2004
+@@ -42,6 +42,7 @@
+ int c;
+ int debugLevel = 0;
+ XkbEvent ev;
++ Display* dpy;
+
+ while (1)
+ {
+@@ -63,7 +64,7 @@
+ }
+ }
+
+- Display* dpy = XOpenDisplay( NULL );
++ dpy = XOpenDisplay( NULL );
+ if ( dpy == NULL )
+ {
+ fprintf( stderr, "Could not open display\n" );