mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Most linking errors dealt with on compiling on MinGW
This commit is contained in:
parent
854f39b4ab
commit
dd7052503e
6 changed files with 27 additions and 7 deletions
|
|
@ -347,10 +347,7 @@ public:
|
|||
|
||||
NS_IMETHOD SetDimensions(int32_t width, int32_t height) override;
|
||||
NS_IMETHOD InitializeWithDrawTarget(nsIDocShell*,
|
||||
NotNull<gfx::DrawTarget*>) override
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
NotNull<gfx::DrawTarget*>) override;
|
||||
|
||||
NS_IMETHOD Reset() override {
|
||||
/* (InitializeWithSurface) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue