CT: handle Control-Tab at run time, not only at start time. This should

silence a few bug reports from Emacs users

svn path=/trunk/kdebase/kwin/; revision=75146
This commit is contained in:
Cristian Tibirna 2000-12-17 21:57:52 +00:00
parent e3c32ea0d4
commit 37ef0caae2
2 changed files with 1089 additions and 1041 deletions

File diff suppressed because it is too large Load diff

View file

@ -139,7 +139,10 @@ public:
QWidget* desktopWidget();
void grabKey(KeySym keysym, unsigned int mod);
void grabKey(KeySym keysym, unsigned int mod);
void ungrabKey(KeySym keysym, unsigned int mod);
void grabControlTab(bool grab);
Client* nextClient(Client*) const;
Client* previousClient(Client*) const;