diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index fb77faa75fe..0da78ae1bb1 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6120,7 +6120,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, XEvent *eventptr, | |||
| 6120 | { | 6120 | { |
| 6121 | /* Gnome shell does not iconify us when C-z is pressed. It hides | 6121 | /* Gnome shell does not iconify us when C-z is pressed. It hides |
| 6122 | the frame. So if our state says we aren't hidden anymore, | 6122 | the frame. So if our state says we aren't hidden anymore, |
| 6123 | treat is as deiconfied. */ | 6123 | treat it as deiconified. */ |
| 6124 | if (! f->async_iconified) | 6124 | if (! f->async_iconified) |
| 6125 | SET_FRAME_GARBAGED (f); | 6125 | SET_FRAME_GARBAGED (f); |
| 6126 | f->async_visible = 1; | 6126 | f->async_visible = 1; |