OpenTTD Source 20241224-master-gf74b0cf984
|
Helper struct to ensure the video buffer is locked and ready for drawing. More...
#include <video_driver.hpp>
Private Attributes | |
bool | unlock |
Stores if the lock did anything that has to be undone. | |
Helper struct to ensure the video buffer is locked and ready for drawing.
The destructor will make sure the buffer is unlocked no matter how the scope is exited.
Definition at line 212 of file video_driver.hpp.
|
inline |
Definition at line 213 of file video_driver.hpp.
|
inline |
Definition at line 218 of file video_driver.hpp.
|
private |
Stores if the lock did anything that has to be undone.
Definition at line 224 of file video_driver.hpp.