summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-06 16:18:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-06 16:24:15 +0100
commit2ad231f9e90071ad2d83dae7a879ce1295db39ee (patch)
tree77c9a351462459d28558f16949442c31e5ff35ef /vcl/inc
parentc43cf1d2b6b6307e9455cbd12bbcd8310e135eac (diff)
experimental afl driven ui testing
Change-Id: I1933951c52adc75ed36db2c083c232f29b6140d6
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/svdata.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 52ea4117862a..87e6589f37fe 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -31,6 +31,7 @@
#include "tools/debug.hxx"
#include "tools/solar.h"
#include "vcl/bitmapex.hxx"
+#include "vcl/idle.hxx"
#include "vcl/dllapi.h"
#include "vcl/keycod.hxx"
#include "vcl/svapp.hxx"
@@ -156,7 +157,12 @@ struct ImplSVAppData
*/
ImeStatusWindowMode meShowImeStatusWindow;
+ SvFileStream* mpEventTestInput;
+ Idle* mpEventTestingIdle;
+ int mnEventTestLimit;
+
DECL_STATIC_LINK_TYPED( ImplSVAppData, ImplQuitMsg, void*, void );
+ DECL_LINK_TYPED(VclEventTestingHdl, Idle*, void);
};
struct ImplSVGDIData