Definition at line 39 of file vsrc_life.c.
The two grid state buffers.
A 0xFF (ALIVE_CELL) value means the cell is alive (or new born), while the decreasing values from 0xFE to 0 means the cell is dead; the range of values is used for the slow death effect, or mold (0xFE means dead, 0xFD means very dead, 0xFC means very very dead... and 0x00 means definitely dead/mold).
Definition at line 56 of file vsrc_life.c.
Referenced by evolve(), fill_picture_monoblack(), fill_picture_rgb(), init(), init_pattern_from_file(), and uninit().
Definition at line 58 of file vsrc_life.c.
Referenced by evolve(), fill_picture_monoblack(), fill_picture_rgb(), init(), and init_pattern_from_file().
Definition at line 69 of file vsrc_life.c.
Referenced by query_formats(), and request_frame().
Definition at line 41 of file vsrc_life.c.
Referenced by config_props(), evolve(), fill_picture_monoblack(), fill_picture_rgb(), init(), init_pattern_from_file(), and request_frame().
Definition at line 68 of file vsrc_life.c.
Definition at line 67 of file vsrc_life.c.
Referenced by fill_picture_rgb(), init(), and query_formats().
Definition at line 70 of file vsrc_life.c.
Definition at line 64 of file vsrc_life.c.
Definition at line 41 of file vsrc_life.c.
Referenced by config_props(), evolve(), fill_picture_monoblack(), fill_picture_rgb(), init(), init_pattern_from_file(), and request_frame().