Mana
Loading...
Searching...
No Matches
Classes | Functions
wallpaper.cpp File Reference
#include "resources/wallpaper.h"
#include "configuration.h"
#include "utils/filesystem.h"
#include <algorithm>
#include <cstring>
#include <vector>

Go to the source code of this file.

Classes

struct  WallpaperData
 

Functions

std::ostream & operator<< (std::ostream &os, const WallpaperData &d)
 
bool wallpaperCompare (const WallpaperData &a, const WallpaperData &b)
 Comparison function that puts the largest wallpaper first.
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const WallpaperData d 
)
inline

Definition at line 39 of file wallpaper.cpp.

◆ wallpaperCompare()

bool wallpaperCompare ( const WallpaperData a,
const WallpaperData b 
)

Comparison function that puts the largest wallpaper first.

Definition at line 79 of file wallpaper.cpp.