Isaac Freund
|
91943a68a6
|
wlr_input_device: remove anon union field
This union is unnecessary since the recent input device refactor and can
now be replaced by wlr_*_from_input_device() functions.
|
2022-06-21 18:42:07 +00:00 |
|
Simon Zeni
|
9a17200446
|
types/wlr_keyboard: uniformize events name
|
2022-03-17 18:16:14 +00:00 |
|
Simon Zeni
|
6d6e70b9e0
|
examples: init wlr_output with allocator and renderer
|
2021-11-18 09:37:57 -05:00 |
|
Simon Zeni
|
e192d87731
|
move wlr_box from /types to /util
|
2021-07-06 21:43:17 +02:00 |
|
Simon Zeni
|
217c4f79a0
|
examples: introduce quads example
This examples uses `wlr_render_quad_with_matrix` to render coloured
squares on the screen, and uses the rotation to make them spin on their
middle.
|
2021-04-20 08:46:59 +02:00 |
|