comparison src/frame.h @ 83364:46dfd959d88a

Merged in changes from CVS trunk. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-404
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 09 Sep 2005 20:52:13 +0000
parents 532e0a9335a9 efc66a29d707
children d2c799f58129
comparison
equal deleted inserted replaced
83363:3d2bc61f2da0 83364:46dfd959d88a
446 unsigned default_face_done_p : 1; 446 unsigned default_face_done_p : 1;
447 447
448 /* Set to non-zero if this frame has already been hscrolled during 448 /* Set to non-zero if this frame has already been hscrolled during
449 current redisplay. */ 449 current redisplay. */
450 unsigned already_hscrolled_p : 1; 450 unsigned already_hscrolled_p : 1;
451
452 /* Set to non-zero when current redisplay has updated frame. */
453 unsigned updated_p : 1;
451 }; 454 };
452 455
453 #ifdef MULTI_KBOARD 456 #ifdef MULTI_KBOARD
454 #define FRAME_KBOARD(f) ((f)->device->kboard) 457 #define FRAME_KBOARD(f) ((f)->device->kboard)
455 #else 458 #else