Changeset 4063 for neercs/trunk/src/screen_list.c
- Timestamp:
- Nov 29, 2009, 1:48:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/screen_list.c
r4061 r4063 56 56 57 57 screen_list->count = 0; 58 screen_list->mini = 1; 59 screen_list->help = 0; 60 screen_list->status = 1; 58 screen_list->modals.mini = 1; 59 screen_list->modals.help = 0; 60 screen_list->modals.status = 1; 61 screen_list->modals.window_list = 0; 62 screen_list->modals.python_command = 0; 61 63 screen_list->eyecandy = 1; 62 64 screen_list->border_size = 1; 63 65 screen_list->title = NULL; 64 screen_list->window_list = 0;65 66 screen_list->wm_type = WM_VSPLIT; 66 67 screen_list->in_bell = 0; … … 98 99 screen_list->cube.duration = 1000000; 99 100 100 screen_list->python_command = 0;101 101 screen_list->interpreter_props.box = NULL; 102 102
Note: See TracChangeset
for help on using the changeset viewer.