mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-09 12:15:42 -04:00
FrontendCommon: Add placeholder icon binary
This commit is contained in:
parent
08c8d1a521
commit
7c2244f20f
File diff suppressed because it is too large
Load Diff
@ -7,3 +7,7 @@ extern unsigned int WINDOW_ICON_DATA[WINDOW_ICON_WIDTH * WINDOW_ICON_HEIGHT];
|
|||||||
constexpr int APP_ICON_WIDTH = 260;
|
constexpr int APP_ICON_WIDTH = 260;
|
||||||
constexpr int APP_ICON_HEIGHT = 260;
|
constexpr int APP_ICON_HEIGHT = 260;
|
||||||
extern unsigned int APP_ICON_DATA[APP_ICON_WIDTH * APP_ICON_HEIGHT];
|
extern unsigned int APP_ICON_DATA[APP_ICON_WIDTH * APP_ICON_HEIGHT];
|
||||||
|
|
||||||
|
constexpr int PLACEHOLDER_ICON_WIDTH = 128;
|
||||||
|
constexpr int PLACEHOLDER_ICON_HEIGHT = 96;
|
||||||
|
extern unsigned int PLACEHOLDER_ICON_DATA[PLACEHOLDER_ICON_WIDTH * PLACEHOLDER_ICON_HEIGHT];
|
Loading…
x
Reference in New Issue
Block a user