comparison src/frame-impl.h @ 893:c9f067fd71a3

[xemacs-hg @ 2002-07-02 12:32:34 by stephent] comment improvements and charset breakage fix <873cv2cnxh.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 02 Jul 2002 12:32:37 +0000
parents 79c6ff3eef26
children c15f25529e61
comparison
equal deleted inserted replaced
892:52c2a7139db0 893:c9f067fd71a3
108 /* Dynamic arrays of display lines for gutters */ 108 /* Dynamic arrays of display lines for gutters */
109 display_line_dynarr *current_display_lines[4]; 109 display_line_dynarr *current_display_lines[4];
110 display_line_dynarr *desired_display_lines[4]; 110 display_line_dynarr *desired_display_lines[4];
111 111
112 /* A structure of auxiliary data specific to the device type. 112 /* A structure of auxiliary data specific to the device type.
113 struct x_frame is used for X window frames; defined in console-x.h */ 113 struct x_frame is for X window frames; defined in console-x-impl.h */
114 void *frame_data; 114 void *frame_data;
115 115
116 #define FRAME_SLOT_DECLARATION 116 #define FRAME_SLOT_DECLARATION
117 #define MARKED_SLOT(x) Lisp_Object x 117 #define MARKED_SLOT(x) Lisp_Object x
118 #include "frameslots.h" 118 #include "frameslots.h"