Drop UrgencyHint helper
It's unused.
This commit is contained in:
parent
58081c5bf8
commit
e8e15a72f4
1 changed files with 0 additions and 5 deletions
|
@ -158,11 +158,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
// the docs say it's UrgencyHint, but it's often #defined as XUrgencyHint
|
||||
#ifndef UrgencyHint
|
||||
#define UrgencyHint XUrgencyHint
|
||||
#endif
|
||||
|
||||
// converting between X11 mouse/keyboard state mask and Qt button/keyboard states
|
||||
Qt::MouseButton x11ToQtMouseButton(int button);
|
||||
Qt::MouseButton KWIN_EXPORT x11ToQtMouseButton(int button);
|
||||
|
|
Loading…
Reference in a new issue