wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 2869e6429f18c7557ce48b521cfda6991e5e56a8
parent 3cb086a412e343941ab86c925e60fac0f8204e96
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Tue, 27 Jun 2006 08:19:05 +0200

removed destroy_frame signature from frame.h


Diffstat:
cmd/wm/wm.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/wm/wm.h b/cmd/wm/wm.h @@ -264,7 +264,6 @@ unsigned int flush_masked_events(long even_mask); /* frame.c */ Frame *create_frame(Client *c, View *v); -void destroy_frame(Frame **f); void remove_frame(Frame *f); void insert_frame(Frame *pos, Frame *f, Bool before); int idx_of_frame(Frame *f);