(Fx_hide_tip): Don't use `None' with widgets; use
NULL instead.
This commit is contained in:
parent
81e3f05877
commit
dbc64aa75a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue