Changeset 4027 for neercs/trunk/src/screen_list.c
- Timestamp:
- Nov 23, 2009, 5:39:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/screen_list.c
r4026 r4027 58 58 screen_list->mini = 1; 59 59 screen_list->help = 0; 60 screen_list->python_command = 0;61 60 screen_list->status = 1; 62 61 screen_list->eyecandy = 1; … … 98 97 screen_list->cube.duration = 1000000; 99 98 99 screen_list->python_command = 0; 100 screen_list->command_props.x = 0; 101 screen_list->command_props.y = 0; 102 screen_list->command_props.command = NULL; 103 screen_list->command_props.size = 0; 100 104 101 105 screen_list->recurrent_list = NULL;
Note: See TracChangeset
for help on using the changeset viewer.