summaryrefslogtreecommitdiff
path: root/wm/wmi/patches/patch-ac
blob: 9ad7b9bf822a3c1b111b8edb5a1a6781e3973fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2007/12/10 13:25:10 obache Exp $

--- src/frame.h.orig	2004-09-27 18:22:51.000000000 +0000
+++ src/frame.h
@@ -35,7 +35,7 @@ public:
     void focus(Client *client);
 
     void attach(Client *client);
-    Client *Frame::detach(Client *client);
+    Client *detach(Client *client);
 
     virtual Window window();