Dynamically calculate modifier value of alt, altgr and meta/win

Added nostrip qmake option

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@246 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-12-25 15:34:13 +00:00
parent 9f157e61a9
commit 7b8c699448
9 changed files with 45 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ bool AutoTypeX11::error_detected = false;
AutoTypeX11::AutoTypeX11(KeepassMainWindow* mainWin) {
this->mainWin = mainWin;
dpy = mainWin->x11Info().display();
dpy = QX11Info::display();
keysym_table = NULL;
alt_mask = 0;