Codechange: be consistent in naming the paint function Paint()
commit790fa7102ec934544b427dd5fa9fc4f7099fd4da
authorPatric Stout <truebrain@openttd.org>
Sat, 20 Feb 2021 10:08:20 +0000 (20 11:08 +0100)
committerPatric Stout <github@truebrain.nl>
Sat, 20 Feb 2021 16:08:44 +0000 (20 17:08 +0100)
tree7eeb947fad5f31e517e23d0e9d44693f510889f7
parent761efbb4571397fe9e5f19049ca64663e12cbc1e
Codechange: be consistent in naming the paint function Paint()

Also move this function to be a class member. This to allow
further deduplicating of code in a later commit.
src/video/allegro_v.cpp
src/video/allegro_v.h
src/video/cocoa/cocoa_v.h
src/video/cocoa/cocoa_v.mm
src/video/sdl2_v.cpp
src/video/sdl2_v.h
src/video/sdl_v.cpp
src/video/sdl_v.h
src/video/video_driver.hpp
src/video/win32_v.cpp
src/video/win32_v.h