mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Migrate image storage from PICT to BMP
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "PLWidgets.h"
|
||||
#include "PLHandle.h"
|
||||
|
||||
struct Picture;
|
||||
struct BitmapImage;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
@@ -17,6 +17,6 @@ namespace PortabilityLayer
|
||||
void DrawControl(DrawSurface *surface) override;
|
||||
|
||||
private:
|
||||
THandle<Picture> m_pict;
|
||||
THandle<BitmapImage> m_pict;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user