dxx-rebirth/similar
Chris Taylor 60ac1eaad3 Replace delete dcx::window kludge with a better solution
Replace delete dcx::window kludge with a better solution: instead of requiring every handler to delete the window, add a window_event_result::deleted, which gets returned if the window was deleted by the handler, so window_close knows not to attempt to delete it again.
2016-10-04 14:05:44 +08:00
..
2d Remove unnecessary diminish_palette in pcx_write_bitmap 2016-10-02 00:34:49 +00:00
3d Rename WORDS_BIGENDIAN to DXX_WORDS_BIGENDIAN 2016-09-30 01:49:57 +00:00
arch Factor out gr_set_attributes SDL_GL_SetAttribute calls 2016-10-02 19:35:34 +00:00
editor Replace delete dcx::window kludge with a better solution 2016-10-04 14:05:44 +08:00
main Replace delete dcx::window kludge with a better solution 2016-10-04 14:05:44 +08:00
misc