aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-25 19:25:49 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit091ff83ed66336fffada6453a34710214ac3576d (patch)
tree2d5fb559e5c7d95bd8085c937c97fe8fe3751821 /gui/ThemeEngine.h
parentf39b6ed4ac414d381ed0f46043586b26c05092a1 (diff)
downloadscummvm-rg350-091ff83ed66336fffada6453a34710214ac3576d.tar.gz
scummvm-rg350-091ff83ed66336fffada6453a34710214ac3576d.tar.bz2
scummvm-rg350-091ff83ed66336fffada6453a34710214ac3576d.zip
GUI: Add Storage providers logos
StorageWizardDialog now shows logo of the Storage being connected (in modern highres theme).
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index eb9b7daefa..7506cee95f 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -251,6 +251,9 @@ public:
static const char *const kImageSwitchModeSmallButton; ///< Switch mode button in recorder onscreen dialog (for 320xY)
static const char *const kImageFastReplaySmallButton; ///< Fast playback mode button in recorder onscreen dialog (for 320xY)
static const char *const kImageDropboxLogo; ///< Dropbox logo used in the StorageWizardDialog
+ static const char *const kImageOneDriveLogo; ///< OneDrive logo used in the StorageWizardDialog
+ static const char *const kImageGoogleDriveLogo; ///< Google Drive logo used in the StorageWizardDialog
+ static const char *const kImageBoxLogo; ///< Box logo used in the StorageWizardDialog
/**
* Graphics mode enumeration.