comparison src/frame.h @ 40511:35857e7683d8

(struct frame) <resized_p>: New member.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Oct 2001 16:59:08 +0000
parents 888df8063774
children 45453187feeb
comparison
equal deleted inserted replaced
40510:1678415c0331 40511:35857e7683d8
369 frame parameter. 0 means don't do gamma correction. */ 369 frame parameter. 0 means don't do gamma correction. */
370 double gamma; 370 double gamma;
371 371
372 /* Additional space to put between text lines on this frame. */ 372 /* Additional space to put between text lines on this frame. */
373 int extra_line_spacing; 373 int extra_line_spacing;
374
375 /* Set to non-zero in change_frame_size when size of frame changed
376 Clear the frame in clear_garbaged_frames if set. */
377 unsigned resized_p : 1;
374 }; 378 };
375 379
376 #ifdef MULTI_KBOARD 380 #ifdef MULTI_KBOARD
377 #define FRAME_KBOARD(f) ((f)->kboard) 381 #define FRAME_KBOARD(f) ((f)->kboard)
378 #else 382 #else