Corvin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs
|
|
@ -79,7 +79,7 @@ namespace Avalonia.Android.Platform.SkiaPlatform |
|
|
|
|
|
|
|
|
internal struct ANativeWindow_Buffer |
|
|
internal struct ANativeWindow_Buffer |
|
|
{ |
|
|
{ |
|
|
// The number of pixels that are show horizontally.
|
|
|
// The number of pixels that are shown horizontally.
|
|
|
public int width; |
|
|
public int width; |
|
|
|
|
|
|
|
|
// The number of pixels that are shown vertically.
|
|
|
// The number of pixels that are shown vertically.
|
|
|
|