diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 4edae11f6abe..decd8e7d7302 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -1006,6 +1006,11 @@ OutputDevice* Application::GetDefaultDevice() return ImplGetDefaultWindow(); } +vcl::RenderContext* Application::GetDefaultRenderContext() +{ + return ImplGetDefaultWindow(); +} + vcl::Window* Application::GetFirstTopLevelWindow() { ImplSVData* pSVData = ImplGetSVData(); |