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

Function CustomWallPaper

Telegram/SourceFiles/data/data_wall_paper.cpp:728–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728WallPaper CustomWallPaper() {
729 return WallPaper(kCustomBackground);
730}
731
732bool IsCustomWallPaper(const WallPaper &paper) {
733 return (paper.id() == kCustomBackground);

Callers 5

keepAppliedMethod · 0.85
importThemeMethod · 0.85
chooseFromFileMethod · 0.85
FromColorsSlugMethod · 0.85
ChooseFromFileFunction · 0.85

Calls 1

WallPaperClass · 0.70

Tested by

no test coverage detected