mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
AllThemeResources.h has a .cpp & doesnt include Theme.h...
... (it used to, via MacroMagic) This splits a cycle of 8 into 6 + 1 + 1
This commit is contained in:
@@ -41,7 +41,7 @@ std::unique_ptr<wxImage> OverlayImage(wxImage * background, wxImage * foreground
|
||||
|
||||
|
||||
// JKC: will probably change name from 'teBmps' to 'tIndexBmp';
|
||||
typedef int teBmps; /// The index of a bitmap resource in Theme Resources.
|
||||
using teBmps = int; /// The index of a bitmap resource in Theme Resources.
|
||||
|
||||
// Same idea, but this time the mask is an alpha channel in
|
||||
// the foreground bitmap, and it's all retrieved from Themes.
|
||||
|
||||
Reference in New Issue
Block a user