mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] remote host names will be shown below thumbnails
This commit is contained in:
@@ -22,8 +22,9 @@ class Thumbnail {
|
||||
const std::string& host_name,
|
||||
const std::string& remote_id);
|
||||
|
||||
int LoadThumbnail(SDL_Renderer* renderer, std::vector<SDL_Texture*>& textures,
|
||||
int* width, int* height);
|
||||
int LoadThumbnail(SDL_Renderer* renderer,
|
||||
std::map<std::string, SDL_Texture*>& textures, int* width,
|
||||
int* height);
|
||||
|
||||
private:
|
||||
std::vector<std::filesystem::path> FindThumbnailPath(
|
||||
|
||||
Reference in New Issue
Block a user