| 285 | } |
| 286 | |
| 287 | std::unique_ptr<wxImage> CreateSysBackground |
| 288 | (int width, int height, int WXUNUSED(offset), wxColour colour) |
| 289 | { |
| 290 | return CreateBackground(width, height, colour); |
| 291 | } |
| 292 | |
| 293 | /// Pastes one image into another including the alpha channel. |
| 294 | /// Differs from OverlayImage in that: |
nothing calls this directly
no test coverage detected