aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 49a21d683d4..f8af8ae3df0 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6129,7 +6129,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, XEvent *eventptr,
6129 { 6129 {
6130 /* Gnome shell does not iconify us when C-z is pressed. It hides 6130 /* Gnome shell does not iconify us when C-z is pressed. It hides
6131 the frame. So if our state says we aren't hidden anymore, 6131 the frame. So if our state says we aren't hidden anymore,
6132 treat is as deiconfied. */ 6132 treat it as deiconified. */
6133 if (! f->async_iconified) 6133 if (! f->async_iconified)
6134 SET_FRAME_GARBAGED (f); 6134 SET_FRAME_GARBAGED (f);
6135 f->async_visible = 1; 6135 f->async_visible = 1;