aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmii-devel/files/patch-fbsd4
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmii-devel/files/patch-fbsd4')
-rw-r--r--x11-wm/wmii-devel/files/patch-fbsd441
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-wm/wmii-devel/files/patch-fbsd4 b/x11-wm/wmii-devel/files/patch-fbsd4
deleted file mode 100644
index 061880d192c7..000000000000
--- a/x11-wm/wmii-devel/files/patch-fbsd4
+++ /dev/null
@@ -1,41 +0,0 @@
---- cmd/wm/client.c.orig Sat Jun 17 18:44:30 2006
-+++ cmd/wm/client.c Wed Oct 4 06:17:02 2006
-@@ -129,15 +129,20 @@
- void
- focus_client(Client *c, Bool restack)
- {
-+ Client *old, *old_in_area;
-+ Frame *f;
-+ View *v;
-+ int i;
-+ static char buf[256];
-+
- if (!sel_screen)
- return;
-
-- Client *old = sel_client();
-- Frame *f = c->frame.data[c->sel];
-- Client *old_in_area = sel_client_of_area(f->area);
-- View *v = f->area->view;
-- int i = idx_of_area(f->area);
-- static char buf[256];
-+ old = sel_client();
-+ f = c->frame.data[c->sel];
-+ old_in_area = sel_client_of_area(f->area);
-+ v = f->area->view;
-+ i = idx_of_area(f->area);
-
- v->sel = i;
- f->area->sel = idx_of_frame(f);
---- libixp/client.c.orig Sat Jun 17 18:44:30 2006
-+++ libixp/client.c Wed Oct 4 06:17:14 2006
-@@ -6,8 +6,8 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <unistd.h>
-
- #include "ixp.h"