repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 51057b66a5d00132012e3269384dbabbef261450: path_to: revision_to:
commit 51057b66a5d00132012e3269384dbabbef261450 Author: Emanuele GiaquintaDate: Wed Nov 30 12:53:50 2011 +0000 Remove unused and undocumented XUngrabKeyboard perl binding. diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
--- a/src/rxvtperl.xs +++ b/src/rxvtperl.xs @@ -981,11 +981,6 @@ rxvt_term::XUngrabKey (int keycode, U32 modifiers, Window window = THIS->vt) CODE: XUngrabKey (THIS->dpy, keycode, modifiers, window); -void -rxvt_term::XUngrabKeyboard (Time eventtime) - CODE: - XUngrabKeyboard (THIS->dpy, eventtime); - bool rxvt_term::grab (Time eventtime, int sync = 0) CODE:
-----END OF PAGE-----