Mercurial > hg > xemacs-beta
comparison src/frame-tty.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 43dd3413c7c7 |
children | 2c611d1463a6 |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
38 #endif | 38 #endif |
39 | 39 |
40 | 40 |
41 /* Default properties to use when creating frames. */ | 41 /* Default properties to use when creating frames. */ |
42 Lisp_Object Vdefault_tty_frame_plist; | 42 Lisp_Object Vdefault_tty_frame_plist; |
43 | |
44 /* The count of frame number. */ | |
45 static int tty_frame_count; | |
46 | 43 |
47 static void tty_raise_frame (struct frame *); | 44 static void tty_raise_frame (struct frame *); |
48 | 45 |
49 | 46 |
50 static void | 47 static void |
181 } | 178 } |
182 | 179 |
183 static void | 180 static void |
184 tty_raise_frame (struct frame *f) | 181 tty_raise_frame (struct frame *f) |
185 { | 182 { |
186 struct device *d = XDEVICE (FRAME_DEVICE (f)); | |
187 | |
188 tty_raise_frame_no_select (f); | 183 tty_raise_frame_no_select (f); |
189 tty_schedule_frame_select (f); | 184 tty_schedule_frame_select (f); |
190 } | 185 } |
191 | 186 |
192 static void | 187 static void |