Changeset 4063 for neercs/trunk/src/neercs.h
- Timestamp:
- 11/29/09 13:48:53 (3 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/neercs.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/neercs.h
r4060 r4063 185 185 }; 186 186 187 struct modals 188 { 189 /* Add-ons*/ 190 int mini; /* Thumbnails */ 191 int status; /* Status bar */ 192 int help; /* Help */ 193 int python_command; /* Python command */ 194 int window_list; /* Window list */ 195 int cur_in_list; /* Window list */ 196 }; 197 187 198 struct screen_list 188 199 { 189 200 int outfd; /* Debug */ 190 int wm_type; /* Window manager type */191 201 int in_bell; /* Bell occuring in a window */ 192 202 int was_in_bell; … … 197 207 int need_refresh; /* If we skipped a refresh, do it next time */ 198 208 int command; 209 int eyecandy; /* Eye Candy */ 210 199 211 long long unsigned int last_key_time; 200 212 long long unsigned int last_refresh_time; … … 206 218 struct lock lock; 207 219 208 /* Add-ons*/ 209 int eyecandy; /* Eye Candy */ 210 int mini; /* Thumbnails */ 211 int status; /* Status bar */ 212 int help; /* Help */ 213 int python_command; /* Python command */ 214 int border_size; /* Borders */ 215 int window_list; /* Window list */ 216 int cur_in_list; /* Window list */ 217 char *title; /* Window title */ 218 struct cube_props cube; /* Cube */ 219 long long unsigned int last_switch; /* Cube */ 220 /* Modal windows */ 221 struct modals modals; 222 223 /* Python interpreter */ 220 224 struct interpreter_props interpreter_props; 221 225 … … 226 230 int count; /* Window count */ 227 231 int width, height; /* caca window size */ 232 int wm_type; /* Window manager type */ 233 struct cube_props cube; /* Cube */ 234 long long unsigned int last_switch; /* Cube */ 235 int border_size; /* Borders */ 236 228 237 struct screen **screen; /* Windows */ 229 238 … … 240 249 struct recurrent_list *recurrent_list; 241 250 251 char *title; /* Window title */ 242 252 caca_canvas_t *cv; 243 253 caca_display_t *dp;
Note: See TracChangeset
for help on using the changeset viewer.
