Home
last modified time | relevance | path

Searched refs:lock_updates (Results 1 – 8 of 8) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dvideo.hpp191 void lock_updates(bool value);
288 video.lock_updates(true); in update_locker()
300 video.lock_updates(false); in unlock_update()
H A Dvideo.cpp358 void CVideo::lock_updates(bool value) in lock_updates() function in CVideo
H A Ddisplay.cpp244 screen_.lock_updates(true); in display()
/dports/games/libretro-hatari/hatari-561c07e/python-ui/
H A Ddialogs.py333 config.lock_updates()
415 config.lock_updates()
537 config.lock_updates()
580 config.lock_updates()
622 config.lock_updates()
728 config.lock_updates()
975 config.lock_updates()
H A Dhatari.py311 def lock_updates(self): member in HatariConfigMapping
/dports/emulators/hatari/hatari-2.2.1/python-ui/
H A Ddialogs.py334 config.lock_updates()
428 config.lock_updates()
551 config.lock_updates()
594 config.lock_updates()
641 config.lock_updates()
748 config.lock_updates()
1005 config.lock_updates()
H A Dhatari.py338 def lock_updates(self): member in HatariConfigMapping
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/
H A Dapplication.h170 void lock_updates() { in lock_updates() function