Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ lock_buf
Function
lock_buf
SourceX/dx.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void lock_buf(BYTE idx)
95
{
96
#ifdef _DEBUG
97
locktbl[idx]++;
98
#endif
99
lock_buf_priv();
100
}
101
102
static void unlock_buf_priv()
103
{
Callers
5
DrawCutscene
Function · 0.85
CaptureScreen
Function · 0.85
ClearScreenBuffer
Function · 0.85
scrollrt_draw_game_screen
Function · 0.85
DrawAndBlit
Function · 0.85
Calls
1
lock_buf_priv
Function · 0.85
Tested by
no test coverage detected