MCPcopy 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
757WallPaper DefaultWallPaper() {
758 return WallPaper::ConstructDefault();
759}
760
761bool IsDefaultWallPaper(const WallPaper &paper) {
762 return (paper.id() == kDefaultBackground);

Callers 10

checkChatBackgroundMethod · 0.85
startMethod · 0.85
resetMethod · 0.85
keepAppliedMethod · 0.85
TestingDefaultWallPaperFunction · 0.85
setWallpapersMethod · 0.85
readBackgroundFunction · 0.85
ParamsFromUrlMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestingDefaultWallPaperFunction · 0.68