grfabs_reg.h | 68 typedef struct display_mode dmode_t; typedef in typeref:struct:display_mode 200 typedef dmode_t *get_mode_func (view_t *v); 225 typedef view_t *alloc_view_func (dmode_t *mode, dimen_t *dim, u_char depth); 226 typedef view_t *get_current_view_func (dmode_t *); typedef in typeref:typename:view_t * get_current_view_func (*) 227 typedef monitor_t *get_monitor_func (dmode_t *); typedef in typeref:typename:monitor_t * get_monitor_func (*) 243 typedef dmode_t *get_next_mode_func (dmode_t *); typedef in typeref:typename:dmode_t * get_next_mode_func (*) 244 typedef dmode_t *get_current_mode_func (void); 245 typedef dmode_t *get_best_mode_func (dimen_t *size, u_char depth); 290 view_t * grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth) [all...] |