Commits on Source (5)
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
Recent wlroots change made the renderer unset the context when not used.
-
Sebastian Krzyszkowiak authored
-
Evangelos Ribeiro Tzaras authored50dc0175
-
Evangelos Ribeiro Tzaras authored
* protocols/phosh-private.xml: Add "keyboard_event" interface and bump version protocol version to 5 * src/phosh.c: Implement methods and bump protocol version * src/phosh.h: Add phosh_private_keyboard_event struct and new methods * src/keybindings.{c,h}: PhocKeyCombo now publicly accesible * src/keyboard.c: Allow forwarding of keysyms * tests/test-phosh.c: Add simple bind/unbind test for keyboard events * tests/testlib.c: Bump phosh_private version to 5
4c9e3f52
Showing
- debian/changelog 23 additions, 0 deletionsdebian/changelog
- debian/control 1 addition, 0 deletionsdebian/control
- protocols/phosh-private.xml 86 additions, 2 deletionsprotocols/phosh-private.xml
- src/keybindings.c 1 addition, 12 deletionssrc/keybindings.c
- src/keybindings.h 12 additions, 0 deletionssrc/keybindings.h
- src/keyboard.c 31 additions, 0 deletionssrc/keyboard.c
- src/phosh.c 249 additions, 3 deletionssrc/phosh.c
- src/phosh.h 6 additions, 0 deletionssrc/phosh.h
- src/render.c 15 additions, 0 deletionssrc/render.c
- tests/test-phosh.c 118 additions, 2 deletionstests/test-phosh.c
- tests/testlib.c 1 addition, 1 deletiontests/testlib.c