mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Change to use Gfx rendering
This commit is contained in:
@ -40,7 +40,7 @@ public:
|
||||
|
||||
virtual void Initialize();
|
||||
virtual bool Update();
|
||||
virtual bool Draw(Gdiplus::Graphics& graphics);
|
||||
virtual bool Draw(Gfx::Canvas& canvas);
|
||||
virtual bool HasActiveTransition() { return false; }
|
||||
|
||||
virtual int GetW() { return m_Hidden ? 0 : m_W; }
|
||||
|
Reference in New Issue
Block a user