From dbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 28 Feb 2001 15:05:10 +0000 Subject: [PATCH] (Fx_hide_tip): Don't use `None' with widgets; use NULL instead. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 2460e16bbaf..2c3a16ce019 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -10977,7 +10977,7 @@ Value is t is tooltip was open, nil otherwise.") extern void xlwmenu_redisplay P_ ((Widget)); if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen) - && w != None) + && w != NULL) { BLOCK_INPUT; xlwmenu_redisplay (w); -- 2.39.5