dxx-rebirth/common/editor
Kp 49c0cdae2e Simplify calls to gr_set_default_canvas
Rather than use an inline wrapper and rely on the compiler optimizer to
redirect gr_set_current_canvas(nullptr) to gr_set_default_canvas,
rewrite all relevant calls directly in the source.

git grep -l 'gr_set_current_canvas' | xargs sed -i -e 's:gr_set_current_canvas(\s*NULL\|nullptr\s*);:gr_set_default_canvas();:'
2017-11-05 20:49:08 +00:00
..
data Remove trailing ^Z 2014-09-07 20:26:38 +00:00
autosave.cpp Simplify calls to gr_set_default_canvas 2017-11-05 20:49:08 +00:00
func.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00