mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: gtk3 system hotkeys fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@13922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4217ce0811
commit
aad60be21b
1 changed files with 0 additions and 4 deletions
|
|
@ -106,8 +106,6 @@ dword X11mods(dword key)
|
|||
return mod;
|
||||
}
|
||||
|
||||
#if 0 // retained for 3.8 compatibility
|
||||
|
||||
int Ctrl::RegisterSystemHotKey(dword key, Function<void ()> cb)
|
||||
{
|
||||
GuiLock __;
|
||||
|
|
@ -152,8 +150,6 @@ void Ctrl::UnregisterSystemHotKey(int id)
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
GdkFilterReturn Ctrl::RootKeyFilter(GdkXEvent *xevent, GdkEvent *Xevent, gpointer data)
|
||||
{
|
||||
XEvent *event = (XEvent *)xevent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue