summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-14 07:57:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-14 07:57:07 +0000
commitdc59bd128e5b24649ca694cfc7391cc4652e4287 (patch)
tree96a489546dd65b0bd4725d212bcdfa4cafddc77e /vcl/unx/inc
parent804b6ca16c90ba4bdaae460e5cc8b252c27d7adc (diff)
INTEGRATION: CWS macosxkbd (1.34.22); FILE MERGED
2006/07/02 16:17:53 ericb 1.34.22.1: #i58750# macosxkbd fix caps lock bug, remap ALT with mod5
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/saldisp.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/inc/saldisp.hxx b/vcl/unx/inc/saldisp.hxx
index 5d29724fc5cc..6a528ad8c232 100644
--- a/vcl/unx/inc/saldisp.hxx
+++ b/vcl/unx/inc/saldisp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saldisp.hxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 16:36:57 $
+ * last change: $Author: obo $ $Date: 2006-07-14 08:57:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -360,6 +360,9 @@ protected:
KeySym nShiftKeySym_; // first shift modifier
KeySym nCtrlKeySym_; // first control modifier
KeySym nMod1KeySym_; // first mod1 modifier
+#ifdef MACOSX
+ KeySym nMod2KeySym_; //first mod2 modifier
+#endif
ByteString m_aKeyboardName;
vcl_sal::WMAdaptor* m_pWMAdaptor;