* Done with GWorld, release data */
| 169 | * Done with GWorld, release data |
| 170 | */ |
| 171 | static short |
| 172 | deallocate_gworld(tty_record *record) |
| 173 | { |
| 174 | if (record->offscreen_world) { |
| 175 | DisposeGWorld(record->offscreen_world); |
| 176 | record->offscreen_world = (GWorldPtr) 0; |
| 177 | } |
| 178 | return noErr; |
| 179 | } |
| 180 | |
| 181 | /* |
| 182 | * Get rid of offscreen bitmap |