wlroots-hyprland/examples
Markus Ongyerth 8ab0073b49 prevent screenshot from resuing template array
The template array given to mkstemp was declared static. This reused the
memory, which caused mkstemp to fail if backingfile is run more than
once, because the array no longer contained the template syntax
(which is forced to end in XXXXXX) but the previous file name.
2018-02-24 23:55:48 +01:00
..
support Remove wlr_backend.events.{output_remove,device_remove} 2018-02-12 10:36:43 +01:00
.gitignore Add xdg shell stubs 2017-08-09 12:31:16 -04:00
idle.c wayland protocol headers: use double-quote for includes 2018-02-15 07:17:02 +01:00
meson.build Add example for idle protocol 2018-01-13 17:32:15 +02:00
multi-pointer.c output: add damage tracking via buffer age 2018-01-21 00:06:35 +01:00
output-layout.c render: make wlr_renderer_clear take a float[4] for the color 2018-02-03 09:32:02 +01:00
pointer.c output: add damage tracking via buffer age 2018-01-21 00:06:35 +01:00
rotation.c render: make wlr_renderer_clear take a float[4] for the color 2018-02-03 09:32:02 +01:00
screenshot.c prevent screenshot from resuing template array 2018-02-24 23:55:48 +01:00
simple.c output: add damage tracking via buffer age 2018-01-21 00:06:35 +01:00
tablet.c render: make wlr_renderer_clear take a float[4] for the color 2018-02-03 09:32:02 +01:00
touch.c render: make wlr_renderer_clear take a float[4] for the color 2018-02-03 09:32:02 +01:00