Beispiel #1
0
static void deinit(void) {

  bitmaps_cleanup();

  destroy_messages();

  destroy_departures();
  destroy_stops();
  destroy_main_window();
}
Beispiel #2
0
void bitmaps_init() {
  bitmaps_cleanup();
  bitmaps = linked_list_create_root();
}
Beispiel #3
0
void bitmaps_init() {
  bitmaps_cleanup();
  bitmaps = NULL;
}