mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Support hidpi
This commit is contained in:
parent
5bf00c07c2
commit
10f86935b8
6 changed files with 19 additions and 45 deletions
|
@ -10,8 +10,8 @@ public:
|
|||
~OpenGLES();
|
||||
|
||||
EGLSurface
|
||||
CreateSurface(winrt::Windows::UI::Xaml::Controls::SwapChainPanel const &);
|
||||
EGLSurface CreateSurface(winrt::Windows::UI::Core::CoreWindow const &);
|
||||
CreateSurface(winrt::Windows::UI::Xaml::Controls::SwapChainPanel const &,
|
||||
float dpi);
|
||||
|
||||
void GetSurfaceDimensions(const EGLSurface surface, EGLint *width,
|
||||
EGLint *height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue