Lines Matching refs:window_mode_entry
1095 struct window_mode_entry;
1100 struct screen *(*init)(struct window_mode_entry *,
1102 void (*free)(struct window_mode_entry *);
1103 void (*resize)(struct window_mode_entry *, u_int, u_int);
1104 void (*update)(struct window_mode_entry *);
1105 void (*key)(struct window_mode_entry *, struct client *,
1109 const char *(*key_table)(struct window_mode_entry *);
1110 void (*command)(struct window_mode_entry *, struct client *,
1113 void (*formats)(struct window_mode_entry *,
1115 struct screen *(*get_screen)(struct window_mode_entry *);
1119 struct window_mode_entry {
1129 TAILQ_ENTRY(window_mode_entry) entry;
1237 TAILQ_HEAD(, window_mode_entry) modes;