Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ DefaultWallPaper
Function
DefaultWallPaper
Telegram/SourceFiles/data/data_wall_paper.cpp:757–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
WallPaper DefaultWallPaper() {
758
return WallPaper::ConstructDefault();
759
}
760
761
bool IsDefaultWallPaper(const WallPaper &paper) {
762
return (paper.id() == kDefaultBackground);
Callers
10
setReadyChatBackground
Method · 0.85
checkChatBackground
Method · 0.85
start
Method · 0.85
reset
Method · 0.85
keepApplied
Method · 0.85
paintHistoryBackground
Method · 0.85
TestingDefaultWallPaper
Function · 0.85
setWallpapers
Method · 0.85
readBackground
Function · 0.85
ParamsFromUrl
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestingDefaultWallPaper
Function · 0.68