X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=obt%2Fkeyboard.h;h=8f2badf8a6db0f16204dc1149741960e10c15cfe;hp=868cccf48d9922afbbc69fbb6c6723de609ceccf;hb=be9637e40317eb36e5a5357d3f58e3af21c81df4;hpb=ad5b92588fbe36100cdc4ae7064883cd16e13a1e diff --git a/obt/keyboard.h b/obt/keyboard.h index 868cccf4..8f2badf8 100644 --- a/obt/keyboard.h +++ b/obt/keyboard.h @@ -59,9 +59,6 @@ guint obt_keyboard_only_modmasks(guint mask); right keys when there are both. */ guint obt_keyboard_modkey_to_modmask(ObtModkeysKey key); -/*! Get the modifier key which was pressed or released in a keyboard event */ -ObtModkeysKey obt_keyboard_keyevent_to_modkey(XEvent *e); - /*! Convert a KeySym to all the KeyCodes which generate it. */ KeyCode* obt_keyboard_keysym_to_keycode(KeySym sym);