remove_wwindowstate name changed
commit0bd7bcd434ff6420d381c609f9eef94df5f61afd
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 22:00:01 +0000 (24 00:00 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:43 +0000 (28 10:58 +0000)
tree021e0a19cc1ab6ee18390d36484be86882723206
parent206fe5e821cf7cd6d165378c93b1375a28f19044
remove_wwindowstate name changed

The function remove_wwindowstate is now remove_wwindowstate. This was
proposed by Christophe and Carlos:

- - -
On 2012-10-09 01:09, Carlos R. Mafra wrote:
> On Tue,  9 Oct 2012 at  0:58:19 +0200, Christophe wrote:
> you name the function "remove_*", which makes think that it would
> remove the entry from the list, but the function does not do that, it
> just frees the memory, so it may have been better called "free_" (or
> maybe "release_")?
>

Good point, release_ makes more sense to me.
- - -
src/window.c