X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fconf.c;h=258f563078132cc7f3d794dc3c2efd6bca3db7b9;hb=29aae1975d46f66b97a2b873f1875eded8c6fbc3;hp=edafe947745d878a022521ad8e43e1ca0b74daa4;hpb=df57861c962a50bfbf57f276d288395fe0c6a4b6;p=ion3.git diff --git a/ioncore/conf.c b/ioncore/conf.c index edafe94..258f563 100644 --- a/ioncore/conf.c +++ b/ioncore/conf.c @@ -77,7 +77,7 @@ static ExtlFn get_layout_fn; * \codestr{lrud} (left-right, then up-down), or * \codestr{random}. \\ * \var{mousefocus} & (string) Mouse focus mode: - * \codestr{disable} or \codestr{sloppy}. \\ + * \codestr{disabled} or \codestr{sloppy}. \\ * \var{unsqueeze} & (boolean) Auto-unsqueeze transients/menus/queries/etc. \\ * \var{autoraise} & (boolean) Autoraise regions in groups on goto. \\ * \end{tabularx} @@ -118,6 +118,7 @@ void ioncore_set(ExtlTab tab) ioncore_g.no_mousefocus=TRUE; else if(strcmp(tmp, "sloppy")==0) ioncore_g.no_mousefocus=FALSE; + free(tmp); } if(extl_table_gets_i(tab, "dblclick_delay", &dd))