MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / IsDefaultWallPaper

Function IsDefaultWallPaper

Telegram/SourceFiles/data/data_wall_paper.cpp:761–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761bool IsDefaultWallPaper(const WallPaper &paper) {
762 return (paper.id() == kDefaultBackground);
763}
764
765bool IsCloudWallPaper(const WallPaper &paper) {
766 return (paper.id() != kIncorrectDefaultBackground)

Callers 12

startMethod · 0.85
setTestingThemeMethod · 0.85
ReplaceAdjustableColorsFunction · 0.85
sortPapersMethod · 0.85
updatePapersMethod · 0.85
paintPaperMethod · 0.85
mouseMoveEventMethod · 0.85
readBackgroundFunction · 0.85

Calls 1

idMethod · 0.45

Tested by

no test coverage detected