ports/x11/wmi/patches/patch-src_frame_h

11 lines
310 B
Text

--- 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();