From 901b3ed9b7e3e4c7542797301ae2442938bcea20 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 16 Jul 2006 00:47:40 +0200 Subject: several additions in mouse handling ;) --- dwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index e43301c..75aa50c 100644 --- a/dwm.h +++ b/dwm.h @@ -71,7 +71,7 @@ struct Client { int grav; unsigned int border; long flags; - Bool dofloat; + Bool isfloat; Window win; Window title; Client *next; @@ -82,7 +82,7 @@ struct Rule { const char *class; const char *instance; char *tags[TLast]; - Bool dofloat; + Bool isfloat; }; struct Key { -- cgit v1.2.3