diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 10977 | extern void xlwmenu_redisplay P_ ((Widget)); | 10977 | extern void xlwmenu_redisplay P_ ((Widget)); |
| 10978 | 10978 | ||
| 10979 | if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen) | 10979 | if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen) |
| 10980 | && w != None) | 10980 | && w != NULL) |
| 10981 | { | 10981 | { |
| 10982 | BLOCK_INPUT; | 10982 | BLOCK_INPUT; |
| 10983 | xlwmenu_redisplay (w); | 10983 | xlwmenu_redisplay (w); |