Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 3360:316fddbf58e2
[xemacs-hg @ 2006-04-25 14:01:52 by stephent]
Repair broken commit to Xft code. <87aca9n4in.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 25 Apr 2006 14:02:09 +0000 |
parents | ad2f4ae9895b |
children | b03fc4eae965 |
comparison
equal
deleted
inserted
replaced
3359:af8dab703edc | 3360:316fddbf58e2 |
---|---|
468 /* Nonzero means no need to redraw the entire frame on resuming | 468 /* Nonzero means no need to redraw the entire frame on resuming |
469 a suspended Emacs. This is useful on terminals with multiple pages, | 469 a suspended Emacs. This is useful on terminals with multiple pages, |
470 where one page is used for Emacs and another for all else. */ | 470 where one page is used for Emacs and another for all else. */ |
471 int no_redraw_on_reenter; | 471 int no_redraw_on_reenter; |
472 | 472 |
473 Lisp_Object Vwindow_system; /* nil or a symbol naming the window system | 473 Lisp_Object Vwindow_system; /* #### this variable is deprecated |
474 nil or a symbol naming the window system | |
474 under which emacs is running | 475 under which emacs is running |
475 (`x' is the only current possibility) */ | 476 (`x', `gtk', `mswindows', and `tty' are |
477 supported -- yes, TTYs are window systems | |
478 for this purpose. */ | |
476 Lisp_Object Vinitial_window_system; | 479 Lisp_Object Vinitial_window_system; |
477 | 480 |
478 Lisp_Object Vglobal_mode_string; | 481 Lisp_Object Vglobal_mode_string; |
479 | 482 |
480 /* The number of lines scroll a window by when point leaves the window; if | 483 /* The number of lines scroll a window by when point leaves the window; if |