From 7e849c1743c9abefcbe5d244544830cf93a19019 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 12 Nov 2008 15:49:45 +0000 Subject: [PATCH] * 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. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index bafede72321..c96d0fe6c77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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: -- 2.39.2