Lines Matching defs:display_mode_data
44 typedef struct display_mode_data { struct
45 monitor_t * monitor; /* the monitor that owns this mode. */
46 view_t * current_view; /* current view to be displayed. */
47 cop_t **frames;
48 u_short hedley_current; /* current hedley quadrent. */
49 u_short bplcon0; /* bplcon0 data. */
50 u_short std_start_x;
51 u_short std_start_y;
54 u_short beamcon0;
55 u_short hbstart; /* no modes use the rest of these */
56 u_short hbstop; /* ECS registers. */
57 u_short hsstart;
58 u_short hsstop;
59 u_short vbstart;
60 u_short vbstop;
61 u_short vsstart;
62 u_short vsstop;
65 dimen_t max_size; /* largest fit. */
66 dimen_t min_size; /* smallest fit. */
67 u_short min_depth;
68 u_short max_depth;
69 u_long flags; /* mode specific flags. */
70 use_colormap_func *use_colormap;
71 get_colormap_func *get_colormap;
72 alloc_colormap_func *alloc_colormap;
73 display_view_func *display_view;
74 vbl_handler_func *vbl_handler; /* gets called every vertical blank. */