Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Dec 6, 2022
1 parent 92687ad commit f549f1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Avalonia.Native/avn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,13 @@ enum AvnPlatformResizeReason
ResizeDpiChange,
}

enum AvnWindowTransparencyMode
{
Opaque,
Transparent,
Blur
}

[uuid(809c652e-7396-11d2-9771-00a0c9b4d50c)]
interface IAvaloniaNativeFactory : IUnknown
{
Expand Down

0 comments on commit f549f1e

Please sign in to comment.