diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-27 11:12:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-27 11:14:34 +0100 |
commit | f7c888994db744396c69aa1be720c2089ada5798 (patch) | |
tree | 1bf79f4c603bd37420451cfa64994be8212ca9e9 /vcl/inc | |
parent | 3dbc0bf907fb2872238746776532f2e2602bfbfd (diff) |
Resolves: rhbz#1342823 toolbar menus popdown immediately
Change-Id: I9cecf50fb85d84e108ccc23d22bf97d2ac510a9b
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 30c074329a60..610692e37e8a 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -536,6 +536,8 @@ public: static void KeyCodeToGdkKey(const vcl::KeyCode& rKeyCode, guint* pGdkKeyCode, GdkModifierType *pGdkModifiers); + + static guint32 GetLastInputEventTime(); }; #define OOO_TYPE_FIXED ooo_fixed_get_type() |