Mercurial > hg > xemacs-beta
comparison src/frame-tty.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
122 } | 122 } |
123 | 123 |
124 static void | 124 static void |
125 tty_raise_frame_no_select (struct frame *f) | 125 tty_raise_frame_no_select (struct frame *f) |
126 { | 126 { |
127 Lisp_Object frame; | |
128 LIST_LOOP_2 (frame, DEVICE_FRAME_LIST (XDEVICE (FRAME_DEVICE (f)))) | 127 LIST_LOOP_2 (frame, DEVICE_FRAME_LIST (XDEVICE (FRAME_DEVICE (f)))) |
129 { | 128 { |
130 struct frame *o = XFRAME (frame); | 129 struct frame *o = XFRAME (frame); |
131 if (o != f && FRAME_REPAINT_P (o)) | 130 if (o != f && FRAME_REPAINT_P (o)) |
132 { | 131 { |