13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
$OpenBSD: patch-src_frame_h,v 1.1 2010/05/24 22:31:25 espie Exp $
|
|
--- src/frame.h.orig Tue May 25 00:27:37 2010
|
|
+++ src/frame.h Tue May 25 00:27:46 2010
|
|
@@ -35,7 +35,7 @@ class Frame (public)
|
|
void focus(Client *client);
|
|
|
|
void attach(Client *client);
|
|
- Client *Frame::detach(Client *client);
|
|
+ Client *detach(Client *client);
|
|
|
|
virtual Window window();
|
|
|