# HG changeset patch # User Chong Yidong # Date 1226504985 0 # Node ID 238d8e4caa27bc2e0df3a68b91b922cab48f2acc # Parent fa1e1238846b342356101167b4f4872dcd53a73f * frame.c (x_set_alpha): Set alpha to -1 if nil given. * frame.h: Negative alpha means "don't touch". * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative. * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative. diff -r fa1e1238846b -r 238d8e4caa27 src/ChangeLog --- a/src/ChangeLog Wed Nov 12 08:12:19 2008 +0000 +++ b/src/ChangeLog Wed Nov 12 15:49:45 2008 +0000 @@ -1,3 +1,13 @@ +2008-11-12 Michal Nazarewicz (tiny change) + + * frame.c (x_set_alpha): Set alpha to -1 if nil given. + + * frame.h: Negative alpha means "don't touch". + + * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative. + + * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative. + 2008-11-12 Dan Nicolaescu * hftctl.c: