diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-23 22:41:19 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-23 22:42:04 +1000 |
commit | 657481f2ff269b47a749394f4d012684154cbf16 (patch) | |
tree | 02c55a9764f43e52436cb629330226b2226d6e00 /include/vcl | |
parent | 8949bcad4095008dc147c6fd6e633c177144dfa8 (diff) |
vcl: moved paint functions from window.cxx to paint.cxx
Change-Id: Ie039c971d9d015e20d814fdda67bd489e6aa7501
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 4576bdbc2dac..379dbd4689d4 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -314,6 +314,8 @@ typedef sal_uInt16 StateChangedType; const char* ImplDbgCheckWindow( const void* pObj ); #endif +bool ImplDoTiledRendering(); + class Dialog; class WindowImpl; class PaintHelper; |