summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2020-05-23 23:49:45 +1000
committerTomaž Vajngerl <quikee@gmail.com>2020-06-02 10:44:14 +0200
commite25334e1c1022b4741897a3e659fcbad5cde97c4 (patch)
treef7d96b00de739f6b69b44a9af27c07e1bbe28d7b /include/vcl/outdev.hxx
parent8d0b7e5b2f6773f4b3feb75f1ac73ea1a26609f7 (diff)
tdf#74702 vcl: extract GetSyncCount()
Change-Id: Ie624f0d57aea4d72c69f6cd73508d129e53721d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94722 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index e9822fc37049..fb58781479c4 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -455,6 +455,8 @@ public:
std::vector< VCLXGraphics* > *GetUnoGraphicsList() const { return mpUnoGraphicsList; }
std::vector< VCLXGraphics* > *CreateUnoGraphicsList();
+ virtual size_t GetSyncCount() const { return 0xffffffff; }
+
protected:
/** Acquire a graphics device that the output device uses to draw on.