aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJoakim Verona2011-11-22 15:39:42 +0100
committerJoakim Verona2011-11-22 15:39:42 +0100
commit40bb789236e486a3f36eefb2840c293369ce2af3 (patch)
tree8e81d3aa5f232ec7f2c5187c683cb0998d2dc4e2 /src/xterm.c
parent62318aed495a48e24ff73fe79e420dd801df3189 (diff)
parenta8e1496d750ab0f571b3412ff61aaa4da640a036 (diff)
downloademacs-40bb789236e486a3f36eefb2840c293369ce2af3.tar.gz
emacs-40bb789236e486a3f36eefb2840c293369ce2af3.zip
upstream
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;