summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-27 11:12:20 +0100
committerEike Rathke <erack@redhat.com>2016-07-11 19:12:36 +0000
commit264a254efd60e147c4e6580f950307478f9a593f (patch)
tree52db74393a76f9d139866af88328394e439778ec /vcl/inc
parent18b904faafb756fd28d40467153d191122f6a731 (diff)
Resolves: rhbz#1342823 toolbar menus popdown immediately
Change-Id: I9cecf50fb85d84e108ccc23d22bf97d2ac510a9b (cherry picked from commit f7c888994db744396c69aa1be720c2089ada5798) Reviewed-on: https://gerrit.libreoffice.org/26698 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 4677923e7183..2b5dc5547c3f 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -538,6 +538,8 @@ public:
static void KeyCodeToGdkKey(const vcl::KeyCode& rKeyCode,
guint* pGdkKeyCode, GdkModifierType *pGdkModifiers);
+
+ static guint32 GetLastInputEventTime();
};
#define OOO_TYPE_FIXED ooo_fixed_get_type()